Completed
Push — master ( 869e7c...8fcd96 )
by Sergi Tur
02:38
created
src/Console/AdminLTERoute.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -278,7 +278,9 @@
 block discarded – undo
278 278
         if ($this->argument('action') != null) {
279 279
             return $this->argument('action');
280 280
         }
281
-        if (strtolower($this->option('type')) != 'regular' ) return $this->argument('link') . 'Controller';
281
+        if (strtolower($this->option('type')) != 'regular' ) {
282
+            return $this->argument('link') . 'Controller';
283
+        }
282 284
         return $this->argument('link');
283 285
     }
284 286
 
Please login to merge, or discard this patch.