mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-29 04:58:40 +00:00
remove getId()
This commit is contained in:
parent
71643da5ff
commit
dfda426a92
|
|
@ -75,17 +75,6 @@ class App implements \JsonSerializable
|
|||
*/
|
||||
public ?int $defaultUnit = null;
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
|
|
|||
|
|
@ -83,18 +83,6 @@ class DataChange
|
|||
$this->reHash();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Create hash for data change as identifier
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user