Update AuthController.php

This commit is contained in:
Lars Behrends
2025-10-31 00:25:40 +01:00
parent 04140786a7
commit cd16867390

View File

@@ -9,8 +9,6 @@ use Slim\Views\Twig;
class AuthController extends Controller
{
private AuthService $auth;
public function __construct(AuthService $auth, Twig $view)
{
parent::__construct($view);