mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
fix session restore
This commit is contained in:
parent
874376bbed
commit
e858944de7
3 changed files with 29 additions and 3 deletions
|
|
@ -94,6 +94,15 @@ class Page
|
|||
$this->content->refresh();
|
||||
}
|
||||
|
||||
public function init(
|
||||
?string $request = null
|
||||
): void
|
||||
{
|
||||
$this->navbar->request->setValue(
|
||||
$request
|
||||
);
|
||||
}
|
||||
|
||||
public function open(
|
||||
?string $request = null,
|
||||
bool $history = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue