From 0e7b081989389681e76d9b99fa4dcec7e0e71a3d Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 1 Oct 2018 10:32:22 +0200 Subject: [PATCH] Update BotManCacheClear.php --- src/Console/Commands/BotManCacheClear.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.