rename append to appendPage

This commit is contained in:
yggverse 2024-07-12 17:38:00 +03:00
parent dd21e45144
commit 11b13ba011
5 changed files with 8 additions and 8 deletions

View file

@ -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