[AUTOGENERATED] Update autogenerated code
This commit is contained in:
@@ -42,8 +42,7 @@ class NoteSource
|
||||
private string $code;
|
||||
private string $name;
|
||||
private string $url;
|
||||
private \DateTimeInterface $created;
|
||||
private \DateTimeInterface $modified;
|
||||
private DateTimeInterface $modified;
|
||||
|
||||
public function setCode(string $code): self
|
||||
{
|
||||
@@ -78,17 +77,6 @@ class NoteSource
|
||||
return $this->url;
|
||||
}
|
||||
|
||||
public function setCreated(DateTimeInterface $created): self
|
||||
{
|
||||
$this->created = $created;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getCreated(): DateTimeInterface
|
||||
{
|
||||
return $this->created;
|
||||
}
|
||||
|
||||
public function setModified(DateTimeInterface $modified): self
|
||||
{
|
||||
$this->modified = $modified;
|
||||
|
Reference in New Issue
Block a user