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
No known key found for this signature in database
GPG Key ID: DCC0FCE349280DFF
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;