Example #1
0
 /**
  * Determine if the application routes have been scanned.
  *
  * @return bool 
  * @static 
  */
 public static function routesAreScanned()
 {
     return \Illuminate\Foundation\Application::routesAreScanned();
 }