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

Commit

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

Add service definition for DateTimeFormatter (related to #3632)
  • Loading branch information
weierophinney committed May 23, 2013
2 parents f785e55 + a9cbc3c commit f624728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Filter/FilterPluginManager.php
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 f624728

Please sign in to comment.