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;