Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk committed May 9, 2024
2 parents ffc5452 + de57d46 commit 28aea29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/CachesValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/PermanentCachesStatusCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function handle()
{
$caches = PermanentCache::configuredCaches();

foreach($caches as $value) {
foreach ($caches as $value) {
$cache = $caches->current();
$parameters = $caches->getInfo();

Expand Down

0 comments on commit 28aea29

Please sign in to comment.