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

Commit

Permalink
ClassMethods also implements HydratorOptionsInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 21, 2015
1 parent 695ac00 commit c4b3877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hydrator/ClassMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
/**
* @deprecated Use Zend\Hydrator\ClassMethods from zendframework/zend-hydrator instead.
*/
class ClassMethods extends BaseClassMethods implements HydratorInterface
class ClassMethods extends BaseClassMethods implements HydratorInterface, HydratorOptionsInterface
{
}

0 comments on commit c4b3877

Please sign in to comment.