Skip to content

Commit

Permalink
refactor: use ApiAbstract
Browse files Browse the repository at this point in the history
  • Loading branch information
KrohnMi committed Mar 13, 2024
1 parent 4aea474 commit 496b2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Middleware/MiddlewareActionAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use TYPO3\CMS\Frontend\Authentication\FrontendUserAuthentication;
use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController;

abstract class MiddlewareActionAbstract {
abstract class MiddlewareActionAbstract extends ApiAbstract {
protected string $languageFile = '';

protected ?LanguageService $languageService = null;
Expand Down

0 comments on commit 496b2f3

Please sign in to comment.