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