/** * 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 \October\Rain\Foundation\Application::offsetGet($key); }