mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
fix(psalm): named attribute argument
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
13d2b67674
commit
dd0099c69f
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ class ThemingController extends Controller {
|
|||
*/
|
||||
#[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') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue