From d54585d28e1220b226ff6d078df31a07b2128a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=86=E4=BA=91=E5=B3=B0?= Date: Wed, 12 Oct 2022 21:10:39 +0800 Subject: [PATCH] fix --- src/Console/InvokableClearMakeCommand.php | 2 +- src/Console/stubs/{invoke-clear.stub => invokable-clear.stub} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/Console/stubs/{invoke-clear.stub => invokable-clear.stub} (100%) 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