Completed
Pull Request — master (#351)
by Martin
01:58
created
src/Commands/GenerateNotificationCommand.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -20,10 +20,10 @@
 block discarded – undo
20 20
     protected $argumentName = 'name';
21 21
 
22 22
     /**
23
-    * The console command description.
24
-    *
25
-    * @var string
26
-    */
23
+     * The console command description.
24
+     *
25
+     * @var string
26
+     */
27 27
     protected $description = 'Generate new notification class for the specified module.';
28 28
 
29 29
     /**
Please login to merge, or discard this patch.
src/Commands/MakePolicyCommand.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.policies', 'Policies');
87
-     }
84
+        public function getDefaultNamespace()
85
+        {
86
+            return $this->laravel['modules']->config('paths.generator.policies', 'Policies');
87
+        }
88 88
 }
Please login to merge, or discard this patch.