/**
  * Get module directory
  *
  * @return string
  */
 public function directory()
 {
     return $this->normalizePath($this->config->directory()) . DIRECTORY_SEPARATOR . $this->name();
 }