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 26, 2016
1 parent b7b89fe commit 3116690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/module.config.php
Expand Up @@ -15,6 +15,7 @@
],
'shared' => [
FormBuilder::class => false,
'Bupy7\Form\FormBuilder' => false,
],
'aliases' => [
'Bupy7\Form\FormBuilder' => FormBuilder::class,
Expand All @@ -26,6 +27,7 @@
],
'shared' => [
FormBuilderHelper::class => false,
'formBuilder' => false,
],
'aliases' => [
'formBuilder' => FormBuilderHelper::class,
Expand Down
1 change: 0 additions & 1 deletion tests/View/Helper/FormBuilderHelperFactoryTest.php
Expand Up @@ -4,7 +4,6 @@

use PHPUnit_Framework_TestCase;
use Zend\View\HelperPluginManager;
use Zend\ServiceManager\Config;
use Zend\ServiceManager\ServiceManager;
use AdamWathan\Form\FormBuilder;

Expand Down

0 comments on commit 3116690

Please sign in to comment.