promo update

This commit is contained in:
CHIEFSOFT\ameye
2024-11-24 20:38:13 -05:00
parent 5e1d3cbcef
commit 865d779964
6 changed files with 63 additions and 470 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace App\Controllers;
class Help extends BaseController
{
public function HelpIndex(): string
{
return view('welcome_message');
}
}