This commit is contained in:
DariusIII
2026-04-27 17:01:10 +02:00
parent b1a6541033
commit 9e86f97824
6 changed files with 2 additions and 8 deletions
@@ -24,4 +24,3 @@ class WarmAdminDashboard extends Command
return self::SUCCESS;
}
}
@@ -186,4 +186,3 @@ class AdminPageController extends BasePageController
]);
}
}
@@ -4,7 +4,6 @@ declare(strict_types=1);
namespace App\Services;
use App\Models\DnzbFailure;
use App\Models\Release;
use App\Models\ReleaseReport;
use App\Models\UsenetGroup;
@@ -205,4 +204,3 @@ class AdminDashboardSnapshotService
})->all();
}
}
+1 -1
View File
@@ -135,7 +135,7 @@ class SiteStatusService
{
Cache::forget(self::CACHE_KEY_ENABLED_SERVICES);
Cache::forget(self::CACHE_KEY_ACTIVE_INCIDENTS);
Cache::forget(\App\Services\AdminDashboardSnapshotService::CACHE_KEY);
Cache::forget(AdminDashboardSnapshotService::CACHE_KEY);
}
/**
-1
View File
@@ -56,4 +56,3 @@ final class ApproximateRowCount
return in_array($driver, ['mysql', 'mariadb'], true);
}
}