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 8d38396 commit 29204f7Copy full SHA for 29204f7
src/Illuminate/Foundation/Console/StubPublishCommand.php
@@ -45,6 +45,7 @@ public function handle()
45
46
$files = [
47
__DIR__.'/stubs/cast.stub' => $stubsPath.'/cast.stub',
48
+ __DIR__.'/stubs/cast.inbound.stub' => $stubsPath.'/cast.inbound.stub',
49
__DIR__.'/stubs/console.stub' => $stubsPath.'/console.stub',
50
__DIR__.'/stubs/event.stub' => $stubsPath.'/event.stub',
51
__DIR__.'/stubs/job.queued.stub' => $stubsPath.'/job.queued.stub',
0 commit comments