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

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Arh committed Apr 20, 2012
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Storage/Adapter/AbstractAdapter.php
Expand Up @@ -33,7 +33,8 @@
Zend\Cache\Storage\PostEvent,
Zend\Cache\Storage\Plugin,
Zend\EventManager\EventCollection,
Zend\EventManager\EventManager;
Zend\EventManager\EventManager,
Zend\EventManager\EventManagerAware;

/**
* @category Zend
Expand All @@ -42,7 +43,7 @@
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
abstract class AbstractAdapter implements Adapter
abstract class AbstractAdapter implements Adapter, EventManagerAware
{
/**
* The used EventManager if any
Expand Down

0 comments on commit b1452f8

Please sign in to comment.