From dae71098ab2f6b0145143f8eef4f7cbceef76797 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Thu, 24 Mar 2022 18:18:04 +0100 Subject: [PATCH] Remove unused class --- src/Commands/Debug.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Commands/Debug.php b/src/Commands/Debug.php index c3129e17..22131cfb 100644 --- a/src/Commands/Debug.php +++ b/src/Commands/Debug.php @@ -2,7 +2,6 @@ namespace Hyde\Framework\Commands; -use App\Actions\Installer\Installer; use Hyde\Framework\Hyde; use LaravelZero\Framework\Commands\Command;