Skip to content

Commit b511019

Browse files
authored
[7.x] Remove duplicated file.
1 parent b7b55d0 commit b511019

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Illuminate/Foundation/Console/StubPublishCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public function handle()
3535
$files = [
3636
__DIR__.'/stubs/job.queued.stub' => $stubsPath.'/job.queued.stub',
3737
__DIR__.'/stubs/job.stub' => $stubsPath.'/job.stub',
38-
__DIR__.'/stubs/job.stub' => $stubsPath.'/job.stub',
3938
__DIR__.'/stubs/model.pivot.stub' => $stubsPath.'/model.pivot.stub',
4039
__DIR__.'/stubs/model.stub' => $stubsPath.'/model.stub',
4140
__DIR__.'/stubs/test.stub' => $stubsPath.'/test.stub',

0 commit comments

Comments
 (0)