[AUTOGENERATED] Update autogenerated code

This commit is contained in:
Hugo Sales
2020-08-08 16:11:18 +00:00
committed by Hugo Sales
parent 689a5df670
commit 699f25a397
36 changed files with 260 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ class LocationService
$this->id = $id;
return $this;
}
public function getId(): int
{
return $this->id;
@@ -59,6 +60,7 @@ class LocationService
$this->description = $description;
return $this;
}
public function getDescription(): ?string
{
return $this->description;
@@ -69,6 +71,7 @@ class LocationService
$this->created = $created;
return $this;
}
public function getCreated(): DateTimeInterface
{
return $this->created;
@@ -79,6 +82,7 @@ class LocationService
$this->modified = $modified;
return $this;
}
public function getModified(): DateTimeInterface
{
return $this->modified;