From 262067dbce5ccb8c6a9df98c44520cdeba604d71 Mon Sep 17 00:00:00 2001 From: markvaneijk Date: Thu, 9 May 2024 21:02:37 +0000 Subject: [PATCH] Fix styling --- src/Commands/PermanentCachesStatusCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Commands/PermanentCachesStatusCommand.php b/src/Commands/PermanentCachesStatusCommand.php index 04531c6..b40eb4a 100644 --- a/src/Commands/PermanentCachesStatusCommand.php +++ b/src/Commands/PermanentCachesStatusCommand.php @@ -5,7 +5,6 @@ use Illuminate\Console\Command; use Illuminate\Console\Scheduling\Schedule; use Lorisleiva\CronTranslator\CronTranslator; -use ReflectionClass; use Spatie\Emoji\Emoji; use Symfony\Component\Console\Helper\TableSeparator; use Vormkracht10\PermanentCache\Facades\PermanentCache;