1
0
Fork 0
mirror of https://github.com/archtechx/airwire.git synced 2025-12-12 10:44:03 +00:00

Import Exception

This commit is contained in:
Samuel Štancl 2021-05-23 17:34:45 +02:00 committed by GitHub
parent 3b66320134
commit 774591f6df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
namespace Airwire\Commands; namespace Airwire\Commands;
use Exception;
use Illuminate\Support\Str; use Illuminate\Support\Str;
use Illuminate\Console\Command; use Illuminate\Console\Command;