예제 #1
0
파일: base.php 프로젝트: NukaCode/Magic
 /**
  * Get the specified setting value.
  *
  * @param  string $key
  *
  * @return mixed
  */
 function setting($key)
 {
     return \App\Models\Setting::getValue($key);
 }