mirror of
https://github.com/ceratic/MediaCollectorLibary.git
synced 2026-05-13 23:56:46 +02:00
Update AuthController.php
This commit is contained in:
@@ -9,8 +9,6 @@ use Slim\Views\Twig;
|
|||||||
|
|
||||||
class AuthController extends Controller
|
class AuthController extends Controller
|
||||||
{
|
{
|
||||||
private AuthService $auth;
|
|
||||||
|
|
||||||
public function __construct(AuthService $auth, Twig $view)
|
public function __construct(AuthService $auth, Twig $view)
|
||||||
{
|
{
|
||||||
parent::__construct($view);
|
parent::__construct($view);
|
||||||
|
|||||||
Reference in New Issue
Block a user