mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-02-15 14:58:40 +00:00
Remove parameter
This commit is contained in:
parent
a5fc4892ac
commit
e392891666
|
|
@ -45,6 +45,6 @@ class BaseView extends View
|
||||||
public function render(...$data) : string
|
public function render(...$data) : string
|
||||||
{
|
{
|
||||||
$this->id = $data[0];
|
$this->id = $data[0];
|
||||||
return parent::render(null);
|
return parent::render();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user