remove getId()

This commit is contained in:
Dennis Eichhorn 2023-05-30 02:37:00 +02:00
parent 4772120fd6
commit d6fe802367
3 changed files with 0 additions and 36 deletions

View File

@ -128,18 +128,6 @@ class ExchangeLog implements \JsonSerializable
$this->type = $type; $this->type = $type;
} }
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/** /**
* Get fields. * Get fields.
* *

View File

@ -92,18 +92,6 @@ class ExchangeSetting implements \JsonSerializable
$this->data = $data; $this->data = $data;
} }
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/** /**
* Set relations * Set relations
* *

View File

@ -177,18 +177,6 @@ class InterfaceManager
return $this->path; return $this->path;
} }
/**
* Get id
*
* @return int
*
* @since 1.0.0
*/
public function getId() : int
{
return $this->id;
}
/** /**
* Get settings. * Get settings.
* *