diff --git a/src/Console/InvokableClearMakeCommand.php b/src/Console/InvokableClearMakeCommand.php index b1ca6cd..688e2ae 100644 --- a/src/Console/InvokableClearMakeCommand.php +++ b/src/Console/InvokableClearMakeCommand.php @@ -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 diff --git a/src/Console/stubs/invoke-clear.stub b/src/Console/stubs/invokable-clear.stub similarity index 100% rename from src/Console/stubs/invoke-clear.stub rename to src/Console/stubs/invokable-clear.stub