Skip to content

Commit

Permalink
Fix: FormElement view helper missed alias 'form_element'
Browse files Browse the repository at this point in the history
  • Loading branch information
TiSiE committed Dec 6, 2017
1 parent 9d68c1f commit 9a607f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/Core/config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@
'snippet' => \Core\View\Helper\Snippet::class,
'ajaxUrl' => \Core\View\Helper\AjaxUrl::class,
'proxy' => \Core\View\Helper\Proxy::class,
'form_element' => 'formElement',
],
),

Expand Down

0 comments on commit 9a607f8

Please sign in to comment.