Skip to content
Snippets Groups Projects
Commit 553e75fb authored by Demian Katz's avatar Demian Katz
Browse files

Added comment.

parent 711f1d74
No related merge requests found
......@@ -42,6 +42,11 @@ use Zend\ServiceManager\ServiceLocatorInterface,
abstract class AbstractServiceLocator extends AbstractHelper
implements ServiceLocatorAwareInterface
{
/**
* Service locator
*
* @var ServiceLocatorInterface
*/
protected $serviceLocator;
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment