@@ -110,9 +110,9 @@ |
||
| 110 | 110 | return new Security(); |
| 111 | 111 | }); |
| 112 | 112 | |
| 113 | - $di->set('modelsManager', function() { |
|
| 114 | - return new ModelsManager(); |
|
| 115 | - }); |
|
| 113 | + $di->set('modelsManager', function() { |
|
| 114 | + return new ModelsManager(); |
|
| 115 | + }); |
|
| 116 | 116 | |
| 117 | 117 | $di->setShared('yarak', function () { |
| 118 | 118 | $config = $this->getConfig(); |