We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7516db8 commit 6db75b3Copy full SHA for 6db75b3
1 file changed
src/ServiceLocator.php
@@ -2,14 +2,14 @@
2
3
namespace Aurora;
4
5
-use Aurora\Helper\StatefulTrait;
+use Aurora\Helper\ObjectTrait;
6
7
class ServiceLocator
8
{
9
/**
10
* Helper trait
11
*/
12
- use StatefulTrait;
+ use ObjectTrait;
13
14
15
* Register a shared binding in the container
0 commit comments