array( __DIR__ . '/autoload_classmap.php', ) ); } public function getConfig() { return include __DIR__ . '/config/module.config.php'; } public function getServiceConfig() { return array( 'invokables' => array( __NAMESPACE__ => __NAMESPACE__ . '\Workflow', __NAMESPACE__ . '.Service.Country' => __NAMESPACE__ . '\Service\Country', __NAMESPACE__ . '.Service.Region' => __NAMESPACE__ . '\Service\Region', __NAMESPACE__ . '.Service.Town' => __NAMESPACE__ . '\Service\Town' ) ); } }