controller update

This commit is contained in:
2026-03-05 18:43:19 -06:00
parent 14588269d6
commit 020e473dc9
9 changed files with 196 additions and 42 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class AuthEveLoginController extends Controller
{
//
}