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