/** * Determine if the given abstract type has been bound. * * (Overriding Container::bound) * * @param string $abstract * @return bool * @static */ public static function bound($abstract) { //Method inherited from \Illuminate\Foundation\Application return \October\Rain\Foundation\Application::bound($abstract); }