Merge remote-tracking branch 'refs/remotes/origin/frontend' into frontendbackendtest

This commit is contained in:
2025-06-30 10:00:17 +02:00
17 changed files with 284 additions and 209 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Blog\Controller;
class LoginController {
function showLoginPage()
{
}
}

View File

@@ -0,0 +1,10 @@
<?php
namespace Blog\Controller;
class RegisterController {
function showRegisterPage()
{
}
}