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