Dumped Contents
In
UserProvider.php
line 77:
$refreshedUser->setRoles($loginData['roles'] ?? ['ROLE_USER', 'ROLE_PATIENT']);
$this->fillUserData($refreshedUser, $loginData, $wpaUserData);
dump($refreshedUser);
return $refreshedUser;
}
App\Domain\Model\User {#735
-id: 8
-lastPasswordChanged: 20189
-activated: true
-appointingAvailable: true
-ban: false
-mainPatientId: 534
-marketingAgreement: false
-maxVisits: 10000
-passwordExpired: true
-passwordValidity: "2025-04-12T19:11:00+02:00"
-payerManagerAvaiable: false
-payerMedicalAvaiable: false
-readIKPConditions: false
-userType: 0
-vaccinationPlanAvailable: false
-waitingQueueAvailable: false
-userIdentifier: "kamkos5752"
-email: "kamilk870310@gmail.com"
-cellphone: "518564940"
-pesel: ""
-name: "Kamil"
-lastName: "Kosakowski"
-city: "Warszawa"
-street: "Kondratowicza"
-building_nr: "4"
-flat: "4"
-zipCode: "03-242"
-checkRegulation: true
-authCode: ? ?string
-roles: array:2 [
0 => "ROLE_USER"
1 => "ROLE_PATIENT"
]
-activePatientId: 0
-patientsList: Doctrine\Common\Collections\ArrayCollection {#736
-elements: array:2 [
0 => {#723
+"birthDate": -3260
+"buildingNr": ""
+"cellPhone": "500601454"
+"email": "Krzysztofa_Bartczak_1460@example.com"
+"firstName": "Krzysztofa"
+"houseNr": ""
+"id": 558
+"pesel": "61012892623"
+"secondName": ""
+"street": ""
+"surname": "Bartczak"
}
1 => {#724
+"birthDate": 2586
+"buildingNr": ""
+"cellPhone": "500600994"
+"email": "Darius_Adamczewski_1000@example.com; kamilk870310@gmail.com"
+"firstName": "Darius"
+"houseNr": ""
+"id": 534
+"pesel": "77013049698"
+"secondName": ""
+"street": ""
+"surname": "Adamczewski"
}
]
}
-password: "Start123"
-plainPassword: "Start123"
}