Passed
Push — master ( 371408...02343f )
by 世昌
02:05
created
nebula/src/application/Application.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,8 +146,8 @@
 block discarded – undo
146 146
      */
147 147
     protected function registerModuleManager()
148 148
     {
149
-       $this->manager = new Manager($this->getContext());
150
-       $this->manager->registerModule();
149
+        $this->manager = new Manager($this->getContext());
150
+        $this->manager->registerModule();
151 151
     }
152 152
 
153 153
     
Please login to merge, or discard this patch.