Closed xorgxx closed 4 years ago
You may receive an error because the User's Profile has not been created yet.
$profile = new Profile(); $profile->setAddress('dede')
$user->setProfile($profile);
Try this.
i will try tomorrow thank's
it's functional as you ask to do.
Hi i'm trying to set compagny, and some of my entity profile, in event
i get error
Call to a member function setAddress() on null
i want to set this form value how was get by api before registration and set in the session.how do i can do this?