fix: HttpLogMiddleware

This commit is contained in:
刀刀
2020-06-24 23:38:03 +08:00
parent 5649ac11cb
commit 0a36087d9c

View File

@@ -58,7 +58,6 @@ class HttpLogMiddleware implements MiddlewareInterface
];
Log::get('http')->info('resume', $msg);
}
throw new NotFoundHttpException();
break;
}