Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos authored and StyleCIBot committed Mar 29, 2021
1 parent f0ba29e commit 6051bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 6051bbf

Please sign in to comment.