fix : site

This commit is contained in:
2025-03-31 14:55:48 +08:00
parent 1f681d1fbe
commit 4caaefe1f0
3 changed files with 8 additions and 3 deletions

View File

@@ -114,4 +114,9 @@ class UserController extends AbstractController
{
return (new MyPageService)->handle();
}
public function updateProfile()
{
}
}