mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-24 19:00:28 +02:00
Phase 1 : envoi des vidéos (en cours)
This commit is contained in:
@ -186,11 +186,6 @@ class User
|
||||
$DB->prepare("UPDATE `users` SET `team_id` = ? WHERE `id` = ?;")->execute([$team_id, $this->getId()]);
|
||||
}
|
||||
|
||||
public function getYear()
|
||||
{
|
||||
return $this->year;
|
||||
}
|
||||
|
||||
public function getConfirmEmailToken()
|
||||
{
|
||||
return $this->confirm_email;
|
||||
|
Reference in New Issue
Block a user