mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename append to appendPage
This commit is contained in:
parent
dd21e45144
commit
11b13ba011
5 changed files with 8 additions and 8 deletions
|
|
@ -34,15 +34,15 @@ class Tab
|
|||
);
|
||||
|
||||
// Init previous session @TODO
|
||||
$this->append(
|
||||
$this->appendPage(
|
||||
'gemini://yggverse.cities.yesterweb.org'
|
||||
);
|
||||
|
||||
$this->append(
|
||||
$this->appendPage(
|
||||
'gemini://tlgs.one'
|
||||
);
|
||||
|
||||
$this->append(
|
||||
$this->appendPage(
|
||||
'nex://nightfall.city'
|
||||
);
|
||||
|
||||
|
|
@ -90,7 +90,7 @@ class Tab
|
|||
);
|
||||
}
|
||||
|
||||
public function append(
|
||||
public function appendPage(
|
||||
?string $request = null,
|
||||
bool $focus = true
|
||||
): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue