We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135e97e commit 8fbd165Copy full SHA for 8fbd165
src/Commands/CRUDActions/CommandBase.php
@@ -5,6 +5,7 @@
5
use EasyPanel\Parsers\StubParser;
6
use Illuminate\Console\GeneratorCommand;
7
use Symfony\Component\Console\Input\InputOption;
8
+use Illuminate\Support\Str;
9
10
abstract class CommandBase extends GeneratorCommand
11
{
0 commit comments