Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot 2023-10-18 13:57:41 +00:00
parent f981c27e00
commit 82e6ec786f
No known key found for this signature in database
GPG Key ID: E4A5316DFBB23575
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ return [
(new Flarum\Frontend('admin'))
->js(__DIR__.'/js/dist/admin.js'),
(new Flarum\Locales(__DIR__.'/resources/locale')),
new Flarum\Locales(__DIR__.'/resources/locale'),
(new Flarum\Routes('api'))
->get('/blomstra/search/{type}', 'blomstra.search', Api\Controllers\SearchController::class)