Beispiel #1
0
 /**
  * Determine if the given configuration option exists.
  *
  * @param string $key
  * @return bool 
  * @static 
  */
 public static function offsetExists($key)
 {
     return \Illuminate\Config\Repository::offsetExists($key);
 }