Skip to content

Commit

Permalink
updates abstract service for interface declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
phpboyscout committed Nov 17, 2015
1 parent 706a8a3 commit e90123d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ZucchiDoctrine/Service/AbstractService.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

use ZucchiDoctrine\Entity\AbstractEntity;
use ZucchiDoctrine\EntityManager\EntityManagerAwareTrait;
use ZucchiDoctrine\EntityManager\EntityManagerAwareInterface;
use ZucchiDoctrine\Query\QueryBuilderTrait;
use Zucchi\Event\EventProviderTrait as EventProvider;
use Zucchi\ServiceManager\ServiceManagerAwareTrait;
Expand All @@ -29,7 +30,7 @@
* @package ZucchiDoctrine
* @subpackage Service
*/
class AbstractService implements EventManagerAwareInterface
class AbstractService implements EventManagerAwareInterface, EntityManagerAwareInterface
{
use EventProvider;
use EntityManagerAwareTrait;
Expand Down

0 comments on commit e90123d

Please sign in to comment.