/** * Resolve the given type from the container. * * (Overriding Container::make) * * @param string $abstract * @param array $parameters * @return mixed * @static */ public static function make($abstract, $parameters = array()) { //Method inherited from \Illuminate\Foundation\Application return \October\Rain\Foundation\Application::make($abstract, $parameters); }