mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Merge pull request #46846 from nextcloud/fix/noid/named-attribute-argument
fix(psalm): named attribute argument
This commit is contained in:
commit
1082164364
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