From 47e8bf3e6388609e2b342b65f4aa0481aef91cdb Mon Sep 17 00:00:00 2001 From: greatislander Date: Fri, 8 Nov 2024 15:07:19 +0000 Subject: [PATCH] fix: apply code styling rules --- src/Commands/HearthCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Commands/HearthCommand.php b/src/Commands/HearthCommand.php index 47d46387..e0bfbf7d 100644 --- a/src/Commands/HearthCommand.php +++ b/src/Commands/HearthCommand.php @@ -6,7 +6,6 @@ use Illuminate\Console\Command; use Illuminate\Filesystem\Filesystem; use Illuminate\Support\Facades\App; -use Illuminate\Support\ServiceProvider; use Illuminate\Support\Str; class HearthCommand extends Command