Example #1
0
 /**
  * Get the path to the routes cache file.
  *
  * @return string 
  * @static 
  */
 public static function getCachedRoutesPath()
 {
     return \October\Rain\Foundation\Application::getCachedRoutesPath();
 }
Example #2
0
 /**
  * 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();
 }