[AUTOGENERATED] Update autogenerated code

This commit is contained in:
2021-12-26 21:32:09 +00:00
committed by Diogo Peralta Cordeiro
parent 0df423e84b
commit 93276ce8d0
35 changed files with 131 additions and 131 deletions

View File

@@ -52,13 +52,13 @@ class AttachmentEmbed extends Entity
// @codeCoverageIgnoreStart
private int $link_id;
private int $attachment_id;
private ?string $provider_name;
private ?string $provider_url;
private ?string $title;
private ?string $description;
private ?string $author_name;
private ?string $author_url;
private ?string $thumbnail_url;
private ?string $provider_name = null;
private ?string $provider_url = null;
private ?string $title = null;
private ?string $description = null;
private ?string $author_name = null;
private ?string $author_url = null;
private ?string $thumbnail_url = null;
private DateTimeInterface $modified;
public function setLinkId(int $link_id): self