Exemple #1
0
 /**
  * Get a configuration option.
  *
  * @param string $key
  * @return mixed 
  * @static 
  */
 public static function offsetGet($key)
 {
     return \Illuminate\Config\Repository::offsetGet($key);
 }