[AUTOGENERATED] Update autogenerated code in module entities

This commit is contained in:
Hugo Sales
2020-09-07 23:47:09 +00:00
committed by Hugo Sales
parent 4ab7da32ce
commit ff96c2bb59
4 changed files with 177 additions and 39 deletions

View File

@@ -43,9 +43,9 @@ class ForeignLink
private int $foreign_id;
private int $service;
private ?string $credentials;
private int $noticesync;
private int $friendsync;
private int $profilesync;
private int $noticesync = 1;
private int $friendsync = 2;
private int $profilesync = 1;
private ?DateTimeInterface $last_noticesync;
private ?DateTimeInterface $last_friendsync;
private DateTimeInterface $created;