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

Commit

Permalink
Fix for FilterPluginManager
Browse files Browse the repository at this point in the history
  • Loading branch information
wnowogrodzki committed Nov 15, 2018
1 parent a409e93 commit bde32b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FilterPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ class FilterPluginManager extends AbstractPluginManager
// v2 canonical FQCNs

'zendfiltertoint' => InvokableFactory::class,
'zendfiltertofloat' => InvokableFactory::class,
'zendfiltertonull' => InvokableFactory::class,
'zendi18nfilteralnum' => InvokableFactory::class,
'zendi18nfilteralpha' => InvokableFactory::class,
Expand Down

0 comments on commit bde32b8

Please sign in to comment.