From 6051bbfe30329be03fcc0b87420e7fa6c5fb393b Mon Sep 17 00:00:00 2001 From: luceos Date: Mon, 29 Mar 2021 08:23:07 +0000 Subject: [PATCH] Apply fixes from StyleCI --- extend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend.php b/extend.php index c53d6c35..5a83da0f 100644 --- a/extend.php +++ b/extend.php @@ -26,7 +26,7 @@ ->get('/fof/download/{uuid}/{post}/{csrf}', 'fof-upload.download', Api\Controllers\DownloadController::class) ->patch('/fof/upload/hide', 'fof-upload.hide', Api\Controllers\HideUploadFromMediaManagerController::class), - (new Extend\Csrf)->exemptRoute('fof-upload.download'), + (new Extend\Csrf())->exemptRoute('fof-upload.download'), (new Extend\Frontend('admin')) ->css(__DIR__.'/resources/less/admin.less')