Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Jun 29, 2023
1 parent b1f51d2 commit 6fc5f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/autoload/middlewares.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
return [
'http' => [
\Mine\Middlewares\CheckModuleMiddleware::class,
\Hyperf\Validation\Middleware\ValidationMiddleware::class,
\Mine\Middlewares\CheckModuleMiddleware::class
],
];

0 comments on commit 6fc5f01

Please sign in to comment.