Skip to content

Commit

Permalink
Implement ControllerInterface for all controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Sep 23, 2020
1 parent d011c90 commit ea679d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Controller/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/
abstract class AbstractController
extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionController
implements \TYPO3\CMS\Extbase\Mvc\Controller\ControllerInterface
{
private static $aimeos;
private static $context;
Expand Down

0 comments on commit ea679d6

Please sign in to comment.