Skip to content

Commit 29204f7

Browse files
committed
wip
1 parent 8d38396 commit 29204f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Foundation/Console/StubPublishCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function handle()
4545

4646
$files = [
4747
__DIR__.'/stubs/cast.stub' => $stubsPath.'/cast.stub',
48+
__DIR__.'/stubs/cast.inbound.stub' => $stubsPath.'/cast.inbound.stub',
4849
__DIR__.'/stubs/console.stub' => $stubsPath.'/console.stub',
4950
__DIR__.'/stubs/event.stub' => $stubsPath.'/event.stub',
5051
__DIR__.'/stubs/job.queued.stub' => $stubsPath.'/job.queued.stub',

0 commit comments

Comments
 (0)