Skip to content

Commit

Permalink
Bugfix on V3 InputFilter factory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeven committed Jan 8, 2017
1 parent b6fbfbe commit 18804aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions src/CirclicalFormTool/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,4 @@ public function getConsoleUsage(AdapterInterface $console)
['object' => 'The object that is hydrated by this form (you code this separately)'],
];
}

public function getAutoloaderConfig()
{
return [
'Zend\Loader\StandardAutoloader' => [
'namespaces' => [
__NAMESPACE__ => __DIR__ . '/src/' . __NAMESPACE__,
],
],
];
}
}
4 changes: 2 additions & 2 deletions src/CirclicalFormTool/Resources/InputFilterFactory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace MODULE\Factory\InputFilter;

use Interop\Container\ContainerInterface;
use SilverStarMember\InputFilter\FORMInputFilter;
use MODULE\InputFilter\FORMInputFilter;
use Zend\ServiceManager\Factory\FactoryInterface;

class FORMInputFilterFactory implements FactoryInterface,
class FORMInputFilterFactory implements FactoryInterface
{
public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
{
Expand Down

0 comments on commit 18804aa

Please sign in to comment.