Completed
Push — master ( a22e9e...e46580 )
by Fumio
10:04
created
sources/Generators/Console/PolicyMakeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 
82 82
         return $generator->file($path)->template($this->getStub(), [
83 83
             'namespace' => $namespace,
84
-            'root_namespace' => $this->getAppNamespace(),     // use App\Jobs\Job
84
+            'root_namespace' => $this->getAppNamespace(), // use App\Jobs\Job
85 85
             'class' => $class,
86 86
         ]);
87 87
     }
Please login to merge, or discard this patch.