/** * Determine if the application routes are cached. * * @return bool * @static */ public static function routesAreCached() { //Method inherited from \Illuminate\Foundation\Application return \App\Application::routesAreCached(); }