dd/app/Http/Kernel.php
hellcat 5f37124e8e 1
2025-05-07 18:25:24 +08:00

8 lines
121 B
PHP
Executable File

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