Skip to content

Instantly share code, notes, and snippets.

@renepardon
Created January 15, 2013 10:04
Show Gist options
  • Save renepardon/4537655 to your computer and use it in GitHub Desktop.
Save renepardon/4537655 to your computer and use it in GitHub Desktop.
/**
* Expected to return \Zend\ServiceManager\Config object or array to
* seed such an object.
*
* @return array|\Zend\ServiceManager\Config
*/
public function getServiceConfig()
{
return __DIR__ . '/config/service.config.php';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment