From de57d469053e9c559ef6c5a3a8cdb671a95a4f3e Mon Sep 17 00:00:00 2001 From: markvaneijk Date: Thu, 9 May 2024 07:33:24 +0000 Subject: [PATCH] Fix styling --- src/CachesValue.php | 1 - src/Commands/PermanentCachesStatusCommand.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/CachesValue.php b/src/CachesValue.php index c9bdb0d..4a48550 100644 --- a/src/CachesValue.php +++ b/src/CachesValue.php @@ -4,7 +4,6 @@ use Illuminate\Bus\Queueable; use Illuminate\Console\Scheduling\CallbackEvent; -use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Foundation\Bus\PendingDispatch; use Illuminate\Support\Arr; use Illuminate\Support\Facades\Blade; diff --git a/src/Commands/PermanentCachesStatusCommand.php b/src/Commands/PermanentCachesStatusCommand.php index e02e409..eb045d9 100644 --- a/src/Commands/PermanentCachesStatusCommand.php +++ b/src/Commands/PermanentCachesStatusCommand.php @@ -30,7 +30,7 @@ public function handle() { $caches = PermanentCache::configuredCaches(); - foreach($caches as $value) { + foreach ($caches as $value) { $cache = $caches->current(); $parameters = $caches->getInfo();