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

Commit

Permalink
Merge branch 'hotfix/60' into develop
Browse files Browse the repository at this point in the history
Forward port #60
  • Loading branch information
weierophinney committed Apr 28, 2016
2 parents 0535edb + a4d486b commit e08ccdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#60](https://github.com/zendframework/zend-form/pull/60) adds an alias from
`Zend\Form\FormElementManager` to `FormElementManager` in the `ConfigProvider`.

### Deprecated

Expand Down
1 change: 1 addition & 0 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function getDependencyConfig()
'aliases' => [
'Zend\Form\Annotation\FormAnnotationBuilder' => 'FormAnnotationBuilder',
Annotation\AnnotationBuilder::class => 'FormAnnotationBuilder',
FormElementManager::class => 'FormElementManager',
],
'factories' => [
'FormAnnotationBuilder' => Annotation\AnnotationBuilderFactory::class,
Expand Down

0 comments on commit e08ccdf

Please sign in to comment.