Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
Update module.config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Jan 27, 2020
1 parent b00b696 commit 873d642
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/module.config.php
Expand Up @@ -102,14 +102,12 @@
'form_element' => 'TwbBundle\Form\View\Helper\Factory\TwbBundleFormElementFactory',
'formelement' => 'TwbBundle\Form\View\Helper\Factory\TwbBundleFormElementFactory',
'TwbBundle\Form\View\Helper\TwbBundleFormElement' => 'TwbBundle\Form\View\Helper\Factory\TwbBundleFormElementFactory',

'navigation' => 'TwbBundle\Navigation\View\NavigationHelperFactory',
'zendviewhelpernavigation' => 'TwbBundle\Navigation\View\NavigationHelperFactory',
),
'aliases' => array (
'form_element' => 'TwbBundle\Form\View\Helper\TwbBundleFormElement',

'Navigation' => 'TwbBundle\Navigation\View\NavigationHelperFactory',
'navigation' => 'zendviewhelpernavigation',
'Navigation' => 'zendviewhelpernavigation',
),
),
);

0 comments on commit 873d642

Please sign in to comment.