Skip to content

Commit

Permalink
Update BotManCacheClear.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Oct 1, 2018
1 parent c34e49b commit 0e7b081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/Commands/BotManCacheClear.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0e7b081

Please sign in to comment.