Example #1
0
 /**
  * Get the value at a given offset.
  *
  * @param string $key
  * @return mixed 
  * @static 
  */
 public static function offsetGet($key)
 {
     //Method inherited from \Illuminate\Container\Container
     return \App\Application::offsetGet($key);
 }