mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
CS fixes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -56,4 +56,3 @@ final class ApproximateRowCount
|
||||
return in_array($driver, ['mysql', 'mariadb'], true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user