mirror of
https://github.com/flarum/framework.git
synced 2025-03-04 03:17:41 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
06e5922be5
commit
df2c4323ff
@ -112,7 +112,7 @@ class ApiServiceProvider extends AbstractServiceProvider
|
||||
HttpMiddleware\AuthenticateWithSession::class,
|
||||
HttpMiddleware\AuthenticateWithHeader::class,
|
||||
HttpMiddleware\CheckCsrfToken::class,
|
||||
// HttpMiddleware\RememberFromCookie::class,
|
||||
// HttpMiddleware\RememberFromCookie::class,
|
||||
];
|
||||
});
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user