Пример #1
0
 /**
  * Hide the site name
  *
  * @return self
  */
 public function hideSiteName()
 {
     $this->title->hideSiteName();
     return $this;
 }