Skip to content

Commit

Permalink
Add import for ReflectionClass
Browse files Browse the repository at this point in the history
- to ServiceManager, and remove from AbstractPluginManager
  • Loading branch information
weierophinney committed Jul 25, 2012
1 parent 60c58c9 commit 2b35d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/Zend/ServiceManager/AbstractPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

namespace Zend\ServiceManager;

use ReflectionClass;

/**
* ServiceManager implementation for managing plugins
*
Expand Down
2 changes: 2 additions & 0 deletions library/Zend/ServiceManager/ServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

namespace Zend\ServiceManager;

use ReflectionClass;

class ServiceManager implements ServiceLocatorInterface
{

Expand Down

0 comments on commit 2b35d40

Please sign in to comment.