From 6676e06fb52684918f491466ddb6a931008bc92c Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Mon, 4 Dec 2023 14:13:27 +0100 Subject: [PATCH] remove extend of abstractController --- .../ChillMainBundle/Controller/NewsItemHistoryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Controller/NewsItemHistoryController.php b/src/Bundle/ChillMainBundle/Controller/NewsItemHistoryController.php index 1b000665b..ed84b6130 100644 --- a/src/Bundle/ChillMainBundle/Controller/NewsItemHistoryController.php +++ b/src/Bundle/ChillMainBundle/Controller/NewsItemHistoryController.php @@ -22,7 +22,7 @@ use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; use Twig\Environment; -class NewsItemHistoryController extends AbstractController +final readonly class NewsItemHistoryController { public function __construct( private readonly NewsItemRepository $newsItemRepository,