mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-10 07:28:42 +00:00
remove getId()
This commit is contained in:
parent
b259a7d341
commit
b4731c1d38
|
|
@ -78,18 +78,6 @@ class DashboardBoard implements \JsonSerializable
|
|||
$this->account = new NullAccount();
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get status
|
||||
*
|
||||
|
|
|
|||
|
|
@ -64,17 +64,6 @@ class DashboardComponent implements \JsonSerializable
|
|||
*/
|
||||
public string $component = '';
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user