Skip to content

Commit 0e7b081

Browse files
authored
Update BotManCacheClear.php
1 parent c34e49b commit 0e7b081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/Commands/BotManCacheClear.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
namespace BotMan\Studio\Console\Commands;
44

5+
use Illuminate\Console\Command;
56
use Illuminate\Filesystem\Filesystem;
6-
use Illuminate\Console\GeneratorCommand;
77

8-
class BotManCacheClear extends GeneratorCommand
8+
class BotManCacheClear extends Command
99
{
1010
/**
1111
* The name and signature of the console command.

0 commit comments

Comments
 (0)