remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:36:57 +02:00
parent 71643da5ff
commit dfda426a92
2 changed files with 0 additions and 23 deletions

View File

@ -75,17 +75,6 @@ class App implements \JsonSerializable
*/ */
public ?int $defaultUnit = null; public ?int $defaultUnit = null;
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/** /**
* {@inheritdoc} * {@inheritdoc}

View File

@ -83,18 +83,6 @@ class DataChange
$this->reHash(); $this->reHash();
} }
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/** /**
* Create hash for data change as identifier * Create hash for data change as identifier
* *