mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-14 22:25:23 -05:00
Trying to add a patch notes History
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user