diff options
Diffstat (limited to 'app/Controllers/updateController.php')
| -rw-r--r-- | app/Controllers/updateController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/updateController.php b/app/Controllers/updateController.php index eeac7eb09..3f4a46e6a 100644 --- a/app/Controllers/updateController.php +++ b/app/Controllers/updateController.php @@ -113,6 +113,7 @@ class FreshRSS_update_Controller extends FreshRSS_ActionController { return $return == 0 ? true : 'Git error: ' . $line; } + #[\Override] public function firstAction(): void { if (!FreshRSS_Auth::hasAccess('admin')) { Minz_Error::error(403); |
