diff options
Diffstat (limited to 'app/Controllers/entryController.php')
| -rw-r--r-- | app/Controllers/entryController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/entryController.php b/app/Controllers/entryController.php index c30c6b6fa..38dbf8317 100644 --- a/app/Controllers/entryController.php +++ b/app/Controllers/entryController.php @@ -16,6 +16,7 @@ class FreshRSS_entry_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); |
