[AUTOGENERATED] Update autogenerated code

This commit is contained in:
2021-04-27 21:24:48 +00:00
parent 17ea4ecce1
commit 495e66f4ae
45 changed files with 75 additions and 74 deletions

View File

@@ -45,10 +45,10 @@ class ForeignLink
private int $noticesync = 1;
private int $friendsync = 2;
private int $profilesync = 1;
private ?DateTimeInterface $last_noticesync;
private ?DateTimeInterface $last_friendsync;
private DateTimeInterface $created;
private DateTimeInterface $modified;
private ?\DateTimeInterface $last_noticesync;
private ?\DateTimeInterface $last_friendsync;
private \DateTimeInterface $created;
private \DateTimeInterface $modified;
public function setUserId(int $user_id): self
{