From d765b411435644b0b0ddf199cbd7ddcb4e60cabb Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 29 Jul 2024 14:55:54 +0200 Subject: [PATCH] fix(theming): Use named arguments for attributes Signed-off-by: provokateurin --- apps/theming/lib/Controller/ThemingController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index 4d968abf61980..73ef78c7a8e8c 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -423,7 +423,7 @@ public function getThemeStylesheet(string $themeId, bool $plain = false, bool $w */ #[PublicPage] #[NoCSRFRequired] - #[BruteForceProtection('manifest')] + #[BruteForceProtection(action: 'manifest')] public function getManifest(string $app): JSONResponse { $cacheBusterValue = $this->config->getAppValue('theming', 'cachebuster', '0'); if ($app === 'core' || $app === 'settings') {