update request log middleware

This commit is contained in:
2026-03-17 12:45:22 +08:00
parent 2ebe78833e
commit 1448b2b4a4
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -11,5 +11,6 @@ declare(strict_types=1);
*/
return [
'http' => [
\App\Middleware\RequestLogMiddleware::class,
],
];