Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
陆云峰 committed Oct 12, 2022
1 parent cbab1d5 commit d54585d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InvokableClearMakeCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class InvokableClearMakeCommand extends GeneratorCommand
*/
protected function getStub()
{
$relativePath = '/stubs/invoke-clear.stub';
$relativePath = '/stubs/invokable-clear.stub';

return file_exists($customPath = $this->laravel->basePath(trim($relativePath, '/')))
? $customPath
Expand Down
File renamed without changes.

0 comments on commit d54585d

Please sign in to comment.