diff --git a/src/Commands/InstallCommand.php b/src/Commands/InstallCommand.php index cc6720b..033327d 100644 --- a/src/Commands/InstallCommand.php +++ b/src/Commands/InstallCommand.php @@ -3,7 +3,6 @@ namespace Sedehi\LaravelModule\Commands; use Illuminate\Console\Command; -use Illuminate\Support\Facades\Artisan; use Illuminate\Support\Str; class InstallCommand extends Command