remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:37:03 +02:00
parent 7fc3a77edb
commit 235445e384

View File

@ -159,18 +159,6 @@ class Resource implements \JsonSerializable
$this->createdAt = new \DateTimeImmutable('now');
}
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/**
* {@inheritdoc}
*/