1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
luceos
2021-07-13 20:48:20 +00:00
committed by David Wheatley
parent 06e5922be5
commit df2c4323ff
2 changed files with 8 additions and 1 deletions

View File

@@ -112,7 +112,7 @@ class ApiServiceProvider extends AbstractServiceProvider
HttpMiddleware\AuthenticateWithSession::class,
HttpMiddleware\AuthenticateWithHeader::class,
HttpMiddleware\CheckCsrfToken::class,
// HttpMiddleware\RememberFromCookie::class,
// HttpMiddleware\RememberFromCookie::class,
];
});

View File

@@ -1,5 +1,12 @@
<?php
/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/
namespace Flarum\Foundation;
use Flarum\Settings\Event\Deserializing;