2024-07-30 08:44:45 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
|
|
|
|
use SteelAnts\LaravelAuth\Traits\Authentication;
|
|
|
|
|
|
|
|
|
|
|
|
class AuthController
|
|
|
|
{
|
|
|
|
use Authentication;
|
2024-08-08 08:33:21 +00:00
|
|
|
|
2024-08-16 11:28:14 +00:00
|
|
|
protected string $redirectTo = "maintenance.planned";
|
2024-07-30 08:44:45 +00:00
|
|
|
}
|