Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
more code
Browse files Browse the repository at this point in the history
  • Loading branch information
bupy7 committed Aug 24, 2016
1 parent dc0d0dd commit d415705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/FormBuilderHelperFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class FormBuilderHelperFactory
*/
public function __invoke(ContainerInterface $container)
{
$formBuilder = $container->getServiceLocator()->get('Bupy7\Form\FormBuilder');
$formBuilder = $container->get('Bupy7\Form\FormBuilder');
return new FormBuilderHelper($formBuilder);
}
}
Expand Down

0 comments on commit d415705

Please sign in to comment.