Skip to content

Instantly share code, notes, and snippets.

@stefanotorresi
Last active August 29, 2015 13:56
Show Gist options
  • Save stefanotorresi/9252557 to your computer and use it in GitHub Desktop.
Save stefanotorresi/9252557 to your computer and use it in GitHub Desktop.
make service factories scope-independent.
<?php
$serviceManager = $serviceLocator instanceof AbstractPluginManager ?
$serviceLocator->getServiceLocator() : $serviceLocator;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment