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