mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-05 02:38:40 +00:00
Scrutinizer php fixes
This commit is contained in:
parent
6d5085a530
commit
594dd74e0a
|
|
@ -47,7 +47,7 @@ class BaseView extends View
|
|||
public function render(...$data) : string
|
||||
{
|
||||
$this->id = $data[0];
|
||||
$this->required = $data[1] ?? false;
|
||||
$this->isRequired = $data[1] ?? false;
|
||||
$this->getData('popup')->setId($this->id);
|
||||
return parent::render();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user