remove extend of abstractController

This commit is contained in:
Julie Lenaerts 2023-12-04 14:13:27 +01:00
parent 6e48f8f7ea
commit 6676e06fb5

View File

@ -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,