auth page udpate

This commit is contained in:
2026-04-06 22:34:32 -05:00
parent e95fe002a3
commit 3336f32abe

View File

@@ -5,6 +5,12 @@ namespace App\Models\Auth;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
use App\Models\Auth\UserRole;
use App\Models\Auth\UserPermission;
use App\Models\Esi\EsiScope;
use App\Models\Esi\EsiToken;
use App\Models\SRP\Ship;
class User extends Authenticatable
{
use Notifiable;