Passed
Push — dev6 ( b2a437...38538a )
by Ron
19:48
created
app/Console/Commands/DisableModuleCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 class DisableModuleCommand extends Command
11 11
 {
12
-    protected $signature  = 'tb_module:disable {module}';
12
+    protected $signature = 'tb_module:disable {module}';
13 13
     protected $description = 'Disable, but do not remove a Tech Bench Add On Module';
14 14
 
15 15
     protected $module;
Please login to merge, or discard this patch.