We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7b55d0 + b511019 commit 5ea69e2Copy full SHA for 5ea69e2
src/Illuminate/Foundation/Console/StubPublishCommand.php
@@ -35,7 +35,6 @@ public function handle()
35
$files = [
36
__DIR__.'/stubs/job.queued.stub' => $stubsPath.'/job.queued.stub',
37
__DIR__.'/stubs/job.stub' => $stubsPath.'/job.stub',
38
- __DIR__.'/stubs/job.stub' => $stubsPath.'/job.stub',
39
__DIR__.'/stubs/model.pivot.stub' => $stubsPath.'/model.pivot.stub',
40
__DIR__.'/stubs/model.stub' => $stubsPath.'/model.stub',
41
__DIR__.'/stubs/test.stub' => $stubsPath.'/test.stub',
0 commit comments