Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 28, 2024
1 parent 8f8a6a9 commit b22b8bc
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 @@ -11,7 +11,6 @@

namespace ACPL\FlarumLSCache;

use Flarum\Api\Serializer\UserSerializer;
use ACPL\FlarumLSCache\Api\Controller\{LSCacheCsrfResponseController, PurgeLSCacheController};
use ACPL\FlarumLSCache\Command\LSCachePurgeCommand;
use ACPL\FlarumLSCache\Compatibility\{
Expand All @@ -38,6 +37,7 @@
StatusCodesCacheMiddleware,
VaryCookieMiddleware
};
use Flarum\Api\Serializer\UserSerializer;
use Flarum\Extend;
use Flarum\Foundation\Event\ClearingCache;
use Flarum\Http\Middleware\CheckCsrfToken;
Expand Down

0 comments on commit b22b8bc

Please sign in to comment.