@@ -107,9 +107,9 @@ |
||
107 | 107 | return new Security(); |
108 | 108 | }); |
109 | 109 | |
110 | - $di->set('modelsManager', function () { |
|
111 | - return new ModelsManager(); |
|
112 | - }); |
|
110 | + $di->set('modelsManager', function () { |
|
111 | + return new ModelsManager(); |
|
112 | + }); |
|
113 | 113 | |
114 | 114 | $di->setShared('yarak', function () { |
115 | 115 | $config = $this->getConfig(); |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Yarak; |
4 | 4 | |
5 | -use App\Console\Kernel as UserKernel; |
|
6 | 5 | use Yarak\Config\Config; |
7 | 6 | use Yarak\Exceptions\InvalidInput; |
8 | 7 | use Yarak\Helpers\NamespaceResolver; |