Example #1
0
 /**
  * Get the path to the cached "compiled.php" file.
  *
  * @return string 
  * @static 
  */
 public static function getCachedCompilePath()
 {
     return \October\Rain\Foundation\Application::getCachedCompilePath();
 }
Example #2
0
 /**
  * Get the path to the cached "compiled.php" file.
  *
  * @return string 
  * @static 
  */
 public static function getCachedCompilePath()
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \October\Rain\Foundation\Application::getCachedCompilePath();
 }