auth page udpate
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user