Exemplo n.º 1
0
 /**
  * CustomConfig
  *
  * @return string
  */
 public function getCustomConfig()
 {
     if ($this->isSubDomain()) {
         $custom = $this->subdomain->getCustomconfig();
     } else {
         $custom = $this->domain->getCustomconfig();
     }
     return $custom;
 }