think-orm

This commit is contained in:
2025-08-15 11:11:10 +08:00
parent dc60b38526
commit 455bfde49f
5 changed files with 7 additions and 7 deletions

View File

@@ -626,7 +626,7 @@ class Auth
*/
public function getError(): string
{
return $this->error ? __($this->error) : '';
return $this->error ? $this->error : '';
}
/**