[AUTOGENERATED] Update autogenerated code

This commit is contained in:
Hugo Sales
2020-08-13 01:35:01 +00:00
committed by Hugo Sales
parent a60c79c35d
commit 5b11c26e79
35 changed files with 125 additions and 247 deletions

View File

@@ -51,7 +51,7 @@ class File extends Entity
private ?string $title;
private ?int $timestamp;
private ?bool $is_local;
private \DateTimeInterface $modified;
private DateTimeInterface $modified;
public function setId(int $id): self
{