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 Nov 3, 2016
1 parent a38fedd commit 22ff710
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/module.config.php
Expand Up @@ -18,7 +18,7 @@
'service_manager' => array (
'factories' => array (
'TwbBundle\Options\ModuleOptions' => 'TwbBundle\Options\Factory\ModuleOptionsFactory',
)
),
),
'view_helpers' => array (
'invokables' => array (
Expand Down Expand Up @@ -68,7 +68,6 @@
'form_errors' => 'TwbBundle\Form\View\Helper\TwbBundleFormErrors',
'form_glyphicon' => 'TwbBundle\View\Helper\TwbBundleGlyphicon',
'form_fontAwesome' => 'TwbBundle\View\Helper\TwbBundleFontAwesome',

'formalert' => 'TwbBundle\View\Helper\TwbBundleAlert',
'formbadge' => 'TwbBundle\View\Helper\TwbBundleBadge',
'formbuttonGroup' => 'TwbBundle\View\Helper\TwbBundleButtonGroup',
Expand All @@ -87,6 +86,8 @@
'formfontAwesome' => 'TwbBundle\View\Helper\TwbBundleFontAwesome',

// zend
'form_label' => 'Zend\Form\View\Helper\FormLabel',
'formlabel' => 'Zend\Form\View\Helper\FormLabel',
'formemail' => 'Zend\Form\View\Helper\FormEmail',
'formpassword' => 'Zend\Form\View\Helper\FormPassword',
'formfile' => 'Zend\Form\View\Helper\FormFile',
Expand Down

0 comments on commit 22ff710

Please sign in to comment.