MAPG-185 fix getter of User

This commit is contained in:
Bence Pőcze 2020-07-05 17:36:27 +02:00
parent b2e09c394b
commit 0ba1cda884
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

View File

@ -90,7 +90,7 @@ class User extends Model implements IUser
return $this->googleSub;
}
public function getCreatedData(): DateTime
public function getCreatedDate(): DateTime
{
return $this->created;
}