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();