merms media
This commit is contained in:
@@ -6,6 +6,8 @@ class Home extends BaseController
|
||||
{
|
||||
public function index(): string
|
||||
{
|
||||
return view('welcome_message');
|
||||
$data["config_name"] = $_ENV['CONFIG_NAME'];
|
||||
/// return view('welcome_message',$data);
|
||||
return view('live_welcome_message',$data);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user