This commit is contained in:
2018-12-06 23:24:14 -06:00
parent dc1030feef
commit 8a84559581

View File

@@ -8,6 +8,8 @@ use Illuminate\Foundation\Auth\User as Authenticatable;
use App\Models\User\UserRole;
use App\Models\User\UserPermission;
use App\Models\Esi\EsiScope;
use App\Models\Esi\EsiToken;
class User extends Authenticatable
{