From 573c2412ef1301b1c7c05e43af64e4f669c98955 Mon Sep 17 00:00:00 2001 From: konstantintundaikin Date: Fri, 28 Jun 2024 18:04:40 +0300 Subject: [PATCH] Fix Class Butschster\Head\Console\ServiceProvider not found for L11 --- src/Console/InstallCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Console/InstallCommand.php b/src/Console/InstallCommand.php index 7b5217c..ec3ff43 100644 --- a/src/Console/InstallCommand.php +++ b/src/Console/InstallCommand.php @@ -3,6 +3,7 @@ namespace Butschster\Head\Console; use Illuminate\Console\Command; +use Illuminate\Support\ServiceProvider; use Illuminate\Support\Str; class InstallCommand extends Command