[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

@@ -33,6 +33,7 @@
namespace Plugin\Embed\Entity;
use App\Core\Entity;
use DateTimeInterface;
/**
* Table Definition for attachment_embed
@@ -55,7 +56,7 @@ class AttachmentEmbed extends Entity
private ?string $author_name;
private ?string $author_url;
private ?string $url;
private DateTimeInterface $modified;
private \DateTimeInterface $modified;
public function setAttachmentId(int $attachment_id): self
{