diff --git a/src/Commands/CRUDActions/CommandBase.php b/src/Commands/CRUDActions/CommandBase.php index b564afd..3730dc3 100644 --- a/src/Commands/CRUDActions/CommandBase.php +++ b/src/Commands/CRUDActions/CommandBase.php @@ -5,6 +5,7 @@ use EasyPanel\Parsers\StubParser; use Illuminate\Console\GeneratorCommand; use Symfony\Component\Console\Input\InputOption; +use Illuminate\Support\Str; abstract class CommandBase extends GeneratorCommand {