Skip to content

Commit

Permalink
[FIX] Fix CGL
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Mar 26, 2024
1 parent e1ddb4d commit 5fb3bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Classes/Controller/BackendCommentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/

use FelixNagel\T3extblog\Domain\Model\Post;
use TYPO3\CMS\Core\Utility\GeneralUtility;
use Psr\Http\Message\ResponseInterface;
use TYPO3\CMS\Extbase\Persistence\QueryResultInterface;

Expand Down
3 changes: 2 additions & 1 deletion Classes/Service/BackendModuleService.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class BackendModuleService
/**
* BackendModuleService constructor.
*/
public function __construct(protected ModuleTemplate $moduleTemplate, protected int $pid) {
public function __construct(protected ModuleTemplate $moduleTemplate, protected int $pid)
{
}

/**
Expand Down

0 comments on commit 5fb3bd7

Please sign in to comment.