mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-20 08:08:39 +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)
|
||||
{
|
||||
$this->active = $active;
|
||||
$this->isActive = $active;
|
||||
}
|
||||
|
||||
public function isActive() : bool
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user