feat : config

This commit is contained in:
2025-03-20 15:27:53 +08:00
parent ef9f663fb2
commit d3d0cda616
9 changed files with 164 additions and 3 deletions

View File

@@ -95,4 +95,12 @@ class LoginService extends BaseService
]
]);
}
/**
* @return array
*/
public function logOut(): array
{
return $this->return->success();
}
}