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.
1 parent b7b55d0 commit b511019Copy full SHA for b511019
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