From 774591f6df2704bd5a9300e7e1cb99bb9ed55a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 23 May 2021 17:34:45 +0200 Subject: [PATCH] Import Exception --- src/Commands/ComponentCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Commands/ComponentCommand.php b/src/Commands/ComponentCommand.php index 51e1a8a..12fed7b 100644 --- a/src/Commands/ComponentCommand.php +++ b/src/Commands/ComponentCommand.php @@ -2,6 +2,7 @@ namespace Airwire\Commands; +use Exception; use Illuminate\Support\Str; use Illuminate\Console\Command;