mirror of
https://github.com/Karaka-Management/oms-Organization.git
synced 2026-02-03 18:28:39 +00:00
Fix whitespaces
This commit is contained in:
parent
a8e6757c2a
commit
75284cea6a
|
|
@ -48,7 +48,7 @@ class DepartmentTagSelectorView extends View
|
|||
$this->id = $data[0];
|
||||
$this->isRequired = $data[1] ?? false;
|
||||
$this->getData('department-selector-popup')->setId($this->id);
|
||||
|
||||
|
||||
return parent::render();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class PositionTagSelectorView extends View
|
|||
$this->id = $data[0];
|
||||
$this->isRequired = $data[1] ?? false;
|
||||
$this->getData('position-selector-popup')->setId($this->id);
|
||||
|
||||
|
||||
return parent::render();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ class UnitTagSelectorView extends View
|
|||
$this->id = $data[0];
|
||||
$this->isRequired = $data[1] ?? false;
|
||||
$this->getData('unit-selector-popup')->setId($this->id);
|
||||
|
||||
|
||||
return parent::render();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user