Skip to content

Commit 1f26573

Browse files
committed
FIX LaravelBackedEnumMakeCommand.php resolve class_basename
1 parent 9d1c2ba commit 1f26573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelBackedEnumMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Illuminate\Support\Str;
66
use Illuminate\Console\GeneratorCommand;
77
use Symfony\Component\Console\Attribute\AsCommand;
8-
use function App\Console\Commands\class_basename;
8+
99

1010
#[AsCommand(name: 'make:laravel-backed-enum')]
1111
class LaravelBackedEnumMakeCommand extends GeneratorCommand

0 commit comments

Comments
 (0)