Skip to content

Commit

Permalink
Changing imports as of latest rename of Module\Manager into ModuleMan…
Browse files Browse the repository at this point in the history
…ager\ModuleManager
  • Loading branch information
Ocramius committed May 20, 2012
1 parent d46f534 commit 811b92e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Module.php
Expand Up @@ -19,9 +19,7 @@

namespace DoctrineModule;

use Zend\EventManager\Event;
use Zend\Module\Consumer\AutoloaderProvider;
use Zend\Module\Manager;
use Zend\ModuleManager\Feature\AutoloaderProviderInterface;
use Zend\Loader\StandardAutoloader;

/**
Expand All @@ -33,7 +31,7 @@
* @author Kyle Spraggs <theman@spiffyjr.me>
* @author Marco Pivetta <ocramius@gmail.com>
*/
class Module implements AutoloaderProvider
class Module implements AutoloaderProviderInterface
{
/**
* Retrieves configuration that can be consumed by Zend\Loader\AutoloaderFactory
Expand Down

0 comments on commit 811b92e

Please sign in to comment.