Exemplo n.º 1
0
 /**
  * Get controller namespace for routing
  *
  * @return string
  */
 public function routingControllerNamespace()
 {
     return $this->config->modulesNamespace() . '\\' . $this->name() . '\\' . $this->config->routingControllerNamespace();
 }