Skip to content

Commit

Permalink
fix: Missing import after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed May 29, 2023
1 parent 6608000 commit e392dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Middleware/LogoutMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use ACPL\FlarumCache\LSCache;
use ACPL\FlarumCache\LSCacheHeadersEnum;
use Dflydev\FigCookies\FigResponseCookies;
use Flarum\Http\CookieFactory;
use Illuminate\Contracts\Session\Session;
use Laminas\Diactoros\Response\RedirectResponse;
use Psr\Http\Message\ResponseInterface;
Expand Down

0 comments on commit e392dee

Please sign in to comment.