@@ -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(); |