Exemple #1
0
 /**
  * Determine if a configuration group exists.
  *
  * @param string $key
  * @return bool 
  * @static 
  */
 public static function hasGroup($key)
 {
     return \Illuminate\Config\Repository::hasGroup($key);
 }