mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
feat: Change support to donate and views
- Changed method name from support to donate in HomeController - Updated footer link and view references from support to donate - Renamed support.blade.php to donate.blade.php for consistency - Updated route endpoint from /support-me to /donate in web.php
This commit is contained in:
@@ -22,9 +22,9 @@ class HomeController extends Controller
|
||||
]);
|
||||
}
|
||||
|
||||
public function support()
|
||||
public function donate()
|
||||
{
|
||||
return view('support');
|
||||
return view('donate');
|
||||
}
|
||||
|
||||
public function roadmap()
|
||||
|
||||
Reference in New Issue
Block a user