Completed
Push — dev ( c9c9d6...81d69f )
by Zach
05:21
created
app/config/services.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -110,9 +110,9 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.