@@ -82,7 +82,7 @@ |
||
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 | } |