예제 #1
0
파일: route.php 프로젝트: 453111208/bbc
 protected static function boot()
 {
     if (kernel::routesAreCached()) {
         self::loadCachedRoutes();
     } else {
         self::loadRoutes();
     }
 }