mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-16 15:28:41 +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
|
public function render(...$data) : string
|
||||||
{
|
{
|
||||||
$this->id = $data[0];
|
$this->id = $data[0];
|
||||||
$this->required = $data[1] ?? false;
|
$this->isRequired = $data[1] ?? false;
|
||||||
$this->getData('popup')->setId($this->id);
|
$this->getData('popup')->setId($this->id);
|
||||||
return parent::render();
|
return parent::render();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user