This commit is contained in:
2020-09-04 17:58:26 +08:00
parent 1c3da9d835
commit df59e3976e
2 changed files with 22 additions and 13 deletions
+1
View File
@@ -468,6 +468,7 @@ class Router extends Application implements RouterInterface
$annotation = $annotation->get('http');
$annotation->registration_notes($prefix . 'Interceptor', 'App\Http\Interceptor');
$annotation->registration_notes($prefix . 'Limits', 'App\Http\Limits');
$annotation->registration_notes($prefix . 'Middleware', 'App\Http\Middleware');
$this->loadRouteDir(APP_PATH . '/routes');
}