feat: admin log aspect

This commit is contained in:
2024-10-27 11:55:09 +08:00
parent fa197cdcef
commit 4b12825a9a
4 changed files with 75 additions and 4 deletions

View File

@@ -9,7 +9,11 @@ declare(strict_types=1);
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
use Hyperf\Validation\Middleware\ValidationMiddleware;
return [
'http' => [
ValidationMiddleware::class
],
];