merm compatible

This commit is contained in:
CHIEFSOFT\ameye
2025-10-05 15:46:15 -04:00
parent 03f40bb77f
commit 7dd9e23a04
7 changed files with 169 additions and 86 deletions
+3
View File
@@ -16,6 +16,9 @@ class Home extends BaseController
public function contacts(): string
{
if($_POST){
// var_dump( $_POST );
}
return view('contacts');
}