Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: rename Translator to translator to fix missing factory (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense authored Feb 5, 2024
1 parent 4e79301 commit c1426d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __invoke(ContainerInterface $container, $requestedName, array $o
$tableFactory = $container->get(TableFactory::class);
$viewHelperManager = $container->get(HelperPluginManager::class);
$flashMessengerHelper = $container->get(FlashMessengerHelperService::class);
$translator = $container->get('Translator');
$translator = $container->get('translator');

$validatorOptions = [
'inclusive' => true,
Expand Down

0 comments on commit c1426d5

Please sign in to comment.