Trying to add a patch notes History

This commit is contained in:
Miraak
2024-12-28 12:56:37 +01:00
parent ff8c6bf7d2
commit 5eeaec7366
3 changed files with 158 additions and 0 deletions

View File

@@ -47,6 +47,12 @@ public function downloadLauncher()
abort(404);
}
public function patchNotes(): Factory|Application|View|\Illuminate\Contracts\Foundation\Application
{
static::setTitle('Deathgarden: Rebirth | Patch Notes');
return view('web.patch-notes');
}
public function howToPlay(): Factory|Application|View|\Illuminate\Contracts\Foundation\Application
{
static::setTitle('Deathgarden: Rebirth | How to Play');