mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-05 04:28:41 +00:00
remove getId()
This commit is contained in:
parent
4772120fd6
commit
d6fe802367
|
|
@ -128,18 +128,6 @@ class ExchangeLog implements \JsonSerializable
|
|||
$this->type = $type;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get fields.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -92,18 +92,6 @@ class ExchangeSetting implements \JsonSerializable
|
|||
$this->data = $data;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set relations
|
||||
*
|
||||
|
|
|
|||
|
|
@ -177,18 +177,6 @@ class InterfaceManager
|
|||
return $this->path;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get id
|
||||
*
|
||||
* @return int
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getId() : int
|
||||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get settings.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user