Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 6db75b3

Browse files
committed
Renamed trait
1 parent 7516db8 commit 6db75b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ServiceLocator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
namespace Aurora;
44

5-
use Aurora\Helper\StatefulTrait;
5+
use Aurora\Helper\ObjectTrait;
66

77
class ServiceLocator
88
{
99
/**
1010
* Helper trait
1111
*/
12-
use StatefulTrait;
12+
use ObjectTrait;
1313

1414
/**
1515
* Register a shared binding in the container

0 commit comments

Comments
 (0)