Ejemplo n.º 1
0
 /**
  * Get the specified setting value.
  *
  * @param  string $key
  *
  * @return mixed
  */
 function setting($key)
 {
     return \App\Models\Setting::getValue($key);
 }