/** * Get the path to the routes cache file. * * @return string * @static */ public static function getCachedRoutesPath() { return \October\Rain\Foundation\Application::getCachedRoutesPath(); }
/** * Get the path to the routes cache file. * * @return string * @static */ public static function getCachedRoutesPath() { //Method inherited from \Illuminate\Foundation\Application return \October\Rain\Foundation\Application::getCachedRoutesPath(); }