This commit is contained in:
2024-07-20 19:23:43 +02:00
parent d608a990b6
commit 3fa2f07ed3
14 changed files with 526 additions and 47 deletions
+1
View File
@@ -7,5 +7,6 @@ class Login
public function post()
{
echo "LOGIN HANDLER post";
print_r(input()->all());
}
}