mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-17 18:58:40 +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();
|
$this->account = new NullAccount();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get status
|
* Get status
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -64,17 +64,6 @@ class DashboardComponent implements \JsonSerializable
|
||||||
*/
|
*/
|
||||||
public string $component = '';
|
public string $component = '';
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user