This commit is contained in:
Jonatan Rek 2024-09-10 15:33:34 +02:00
parent 0ed83d7bc2
commit eaccd5224a
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ class AuthController extends Controller
{
use Authentication;
protected string $redirectTo = "maintenance.planned";
public function __construct()
{
$this->middleware('auth')->only(['logout','root']);