Ejemplo n.º 1
0
 protected static function boot()
 {
     if (kernel::routesAreCached()) {
         self::loadCachedRoutes();
     } else {
         self::loadRoutes();
     }
 }