LAR_Maintenance/app/Http/Controllers/AuthController.php
2024-08-08 10:33:21 +02:00

14 lines
189 B
PHP

<?php
namespace App\Http\Controllers;
use SteelAnts\LaravelAuth\Traits\Authentication;
class AuthController
{
use Authentication;
protected string $redirectTo = "dashboard";
}