Completed
Push — master ( b5c393...f5dc40 )
by Nicolas
05:10
created
src/Commands/MakeRuleCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -81,8 +81,8 @@
 block discarded – undo
81 81
     /**
82 82
      * @return string
83 83
      */
84
-     public function getDefaultNamespace()
85
-     {
86
-         return $this->laravel['modules']->config('paths.generator.rules', 'Rules');
87
-     }
84
+        public function getDefaultNamespace()
85
+        {
86
+            return $this->laravel['modules']->config('paths.generator.rules', 'Rules');
87
+        }
88 88
 }
Please login to merge, or discard this patch.