Beispiel #1
0
 public function set($key, $value = null)
 {
     // sets the config in the database
     \App\Config::write($key, $value);
 }