From 8e1fbf22b1ef103e4b56c7736f4af77f465dfd5d Mon Sep 17 00:00:00 2001 From: Dinh Quoc Han Date: Thu, 17 Oct 2019 23:00:03 +0700 Subject: [PATCH] fix: missing import in view:clear command --- src/TwigViewClearCommand.php | 1 + 1 file changed, 1 insertion(+) 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;