diff --git a/src/Console/Commands/BotManCacheClear.php b/src/Console/Commands/BotManCacheClear.php index 2e3b5e1..c90cc2b 100644 --- a/src/Console/Commands/BotManCacheClear.php +++ b/src/Console/Commands/BotManCacheClear.php @@ -2,10 +2,10 @@ namespace BotMan\Studio\Console\Commands; +use Illuminate\Console\Command; use Illuminate\Filesystem\Filesystem; -use Illuminate\Console\GeneratorCommand; -class BotManCacheClear extends GeneratorCommand +class BotManCacheClear extends Command { /** * The name and signature of the console command.