update database

This commit is contained in:
manhlab
2021-04-09 10:42:08 -04:00
parent 43ce9eebd5
commit 8c4ad4aabf
106 changed files with 545 additions and 545 deletions

View File

@@ -24,6 +24,6 @@ class UserIdIncorrectFormat extends Exception
*/
public function render($request)
{
return $this->respondError("Mã người dùng " . $this->user->id . " không đúng định dạng.", 500);
return $this->respondError("Код пользователя " . $this->user->id . " Неправилный Формат", 500);
}
}