Beispiel #1
0
 /**
  * Push a value onto an array configuration value.
  *
  * @param string $key
  * @param mixed $value
  * @return void 
  * @static 
  */
 public static function push($key, $value)
 {
     \Illuminate\Config\Repository::push($key, $value);
 }