diff options
Diffstat (limited to 'app/Controllers/statsController.php')
| -rw-r--r-- | app/Controllers/statsController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/statsController.php b/app/Controllers/statsController.php index 8ff2744ae..062603930 100644 --- a/app/Controllers/statsController.php +++ b/app/Controllers/statsController.php @@ -20,6 +20,7 @@ class FreshRSS_stats_Controller extends FreshRSS_ActionController { * the common boilerplate for every action. It is triggered by the * underlying framework. */ + #[\Override] public function firstAction(): void { if (!FreshRSS_Auth::hasAccess()) { Minz_Error::error(403); |
