feat: admin log aspect
This commit is contained in:
@@ -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
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user