Skip to content

Commit

Permalink
[REMOVAL] Remove redundant PageControllerInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Aug 1, 2023
1 parent b17ca78 commit 1bea327
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion Classes/Controller/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* LICENSE.md file that was distributed with this source code.
*/

class PageController extends AbstractFluxController implements PageControllerInterface
class PageController extends AbstractFluxController
{
protected ?string $fluxRecordField = 'tx_fed_page_flexform';
protected ?string $fluxTableName = 'pages';
Expand Down
24 changes: 0 additions & 24 deletions Classes/Controller/PageControllerInterface.php

This file was deleted.

0 comments on commit 1bea327

Please sign in to comment.