Completed
Push — master ( 2f10fa...cbe94a )
by Amine
01:27
created
src/SubCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     {
24 24
         parent::__construct();
25 25
         $this->parent($parent)
26
-             ->console($parent->console);
26
+                ->console($parent->console);
27 27
     }
28 28
 
29 29
     protected function setupSubCommands()
Please login to merge, or discard this patch.