You have 2 options to do this:
User::find($user->id)->workGroups()->save($workGroup);
or
$workGroup->groupUsers()->associate($user);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community