Skip to content

Commit

Permalink
fix: missing import in view:clear command
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhquochan committed Oct 17, 2019
1 parent 0afa4f4 commit 8e1fbf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TwigViewClearCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace DinhQuocHan\Twig;

use Illuminate\Console\Command;
use Illuminate\Filesystem\Filesystem;
use Illuminate\Foundation\Console\ViewClearCommand;
use RuntimeException;

Expand Down

0 comments on commit 8e1fbf2

Please sign in to comment.