[AUTOGENERATED] Update autogenerated code

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

View File

@@ -41,7 +41,7 @@ class NoteTag extends Entity
// {{{ Autocode
private string $tag;
private int $note_id;
private DateTimeInterface $created;
private \DateTimeInterface $created;
public function setTag(string $tag): self
{