Passed
Push — master ( caba0a...59c1a3 )
by Neil
04:40
created
src/Console/MakeModuleCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
         $this->warn('Options:');
114 114
         $this->info('   --create                - Creates the folder structure and web routes file for a module');
115 115
         $this->info('   --controller [FileName] [--plain] - Creates a controller for the module given - add'.
116
-         ' --plain to create an empty controller.');
116
+            ' --plain to create an empty controller.');
117 117
 //        $this->info('   --migration [FileName]  - Creates a migration for the module given');
118 118
 //        $this->info('   --model [FileName]      - Creates a model for the module given');
119 119
         $this->info('   --webroute              - Creates a web routes file for the module given');
Please login to merge, or discard this patch.