mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-17 00:38:40 +00:00
remove getId()
This commit is contained in:
parent
5ec93c12db
commit
e8471c7846
|
|
@ -94,18 +94,6 @@ class Department implements \JsonSerializable
|
||||||
$this->unit = new NullUnit();
|
$this->unit = new NullUnit();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get status
|
* Get status
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -91,18 +91,6 @@ class Position implements \JsonSerializable
|
||||||
$this->department = new NullDepartment();
|
$this->department = new NullDepartment();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get status
|
* Get status
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -101,18 +101,6 @@ class Unit implements \JsonSerializable
|
||||||
$this->mainAddress = new NullAddress();
|
$this->mainAddress = new NullAddress();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get id
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*
|
|
||||||
* @since 1.0.0
|
|
||||||
*/
|
|
||||||
public function getId() : int
|
|
||||||
{
|
|
||||||
return $this->id;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get status
|
* Get status
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user