Example #1
0
 public function attachFromConfig(Config $config, $locale = null)
 {
     $locale = $locale ? $locale : $this->locale;
     $this->content[$locale] = isset($this->content[$locale]) ? array_merge($config->all(), $this->content[$locale]) : $config->all();
     return $this;
 }