[AUTOGENERATED] Update autogenerated code

This commit is contained in:
Hugo Sales
2020-08-13 01:35:01 +00:00
committed by Hugo Sales
parent 636f564672
commit 51a1a1180e
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
{