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.Statistical' => __NAMESPACE__ . '\Service\Statistical' ) ); } }