Example #1
0
 /**
  * Get the path to the configuration cache file.
  *
  * @return string 
  * @static 
  */
 public static function getCachedConfigPath()
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \App\Application::getCachedConfigPath();
 }