Completed
Push — master ( e41910...8b07f6 )
by Zach
02:33
created
app/config/services.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -107,9 +107,9 @@
 block discarded – undo
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->set('yarak', function () {
115 115
     $config = $this->getConfig();
Please login to merge, or discard this patch.