github-pachong/app/Http/Kernel.php
hellcat c69d35d1bb 1
2026-01-10 16:40:33 +08:00

8 lines
121 B
PHP
Executable File

<?php
protected $routeMiddleware = [
// 其他中间件...
// 'test' => \App\Http\Middleware\Test::class,
];
?>