Example #1
0
 /**
  * Load Entities config
  *
  * @return self
  */
 private function loadEntities()
 {
     $this->setCharset($this->config->get('charset', Charset::DEFAULT_CHARSET));
     $this->title->setConfig($this->config->get('title', []));
     $this->favicon->setIcon($this->config->get('favicon', ''));
     $this->analytics->setConfig($this->config->get('analytics', []));
     return $this;
 }