MAPG-185 fix getter of User
This commit is contained in:
parent
b2e09c394b
commit
0ba1cda884
@ -90,7 +90,7 @@ class User extends Model implements IUser
|
||||
return $this->googleSub;
|
||||
}
|
||||
|
||||
public function getCreatedData(): DateTime
|
||||
public function getCreatedDate(): DateTime
|
||||
{
|
||||
return $this->created;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user