Skip to content

Commit

Permalink
Merge pull request #3467 from bolt/bobdenotter-patch-1
Browse files Browse the repository at this point in the history
Update ContentEditController.php
  • Loading branch information
bobdenotter committed Jul 11, 2023
2 parents f94fed2 + f38abd3 commit 60f1828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Backend/ContentEditController.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public function __construct(
EventDispatcherInterface $dispatcher,
string $defaultLocale,
TranslatorInterface $translator,
ContentHelper $contentHelper,
ContentHelper $contentHelper
) {
$this->taxonomyRepository = $taxonomyRepository;
$this->relationRepository = $relationRepository;
Expand Down

0 comments on commit 60f1828

Please sign in to comment.