diff --git a/src/Controller/Backend/ContentEditController.php b/src/Controller/Backend/ContentEditController.php index 247df8901..f5e45e2bd 100644 --- a/src/Controller/Backend/ContentEditController.php +++ b/src/Controller/Backend/ContentEditController.php @@ -93,7 +93,7 @@ public function __construct( EventDispatcherInterface $dispatcher, string $defaultLocale, TranslatorInterface $translator, - ContentHelper $contentHelper, + ContentHelper $contentHelper ) { $this->taxonomyRepository = $taxonomyRepository; $this->relationRepository = $relationRepository;