mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-11 10:28:41 +00:00
Remove use of unnecessary ViewLayout
This commit is contained in:
parent
fca9e23636
commit
9703025669
|
|
@ -60,7 +60,7 @@ class Employee {
|
||||||
|
|
||||||
public function setActivity(bool $active)
|
public function setActivity(bool $active)
|
||||||
{
|
{
|
||||||
$this->active = $active;
|
$this->isActive = $active;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function isActive() : bool
|
public function isActive() : bool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user