diff --git a/src/TwigViewClearCommand.php b/src/TwigViewClearCommand.php index 784fd81..fc02f67 100644 --- a/src/TwigViewClearCommand.php +++ b/src/TwigViewClearCommand.php @@ -3,6 +3,7 @@ namespace DinhQuocHan\Twig; use Illuminate\Console\Command; +use Illuminate\Filesystem\Filesystem; use Illuminate\Foundation\Console\ViewClearCommand; use RuntimeException;