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

Commit

Permalink
Merge pull request zendframework/zendframework#4499 from localheinz/h…
Browse files Browse the repository at this point in the history
…otfix/filter-plugin-manager-unaware-of-datetime-formatter

Add service definition for DateTimeFormatter (related to zendframework/zendframework#3632)
  • Loading branch information
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 @@ -39,6 +39,7 @@ class FilterPluginManager extends AbstractPluginManager
'compresssnappy' => 'Zend\Filter\Compress\Snappy',
'compresstar' => 'Zend\Filter\Compress\Tar',
'compresszip' => 'Zend\Filter\Compress\Zip',
'datetimeformatter' => 'Zend\Filter\DateTimeFormatter',
'decompress' => 'Zend\Filter\Decompress',
'decrypt' => 'Zend\Filter\Decrypt',
'digits' => 'Zend\Filter\Digits',
Expand Down

0 comments on commit fa4baf3

Please sign in to comment.