You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symfony\Component\Debug\Exception\FatalThrowableError: Call to a member function delete() on null
File "app/Models/Contact/Contact.php", line 1242, in deleteRelationship
$relationship->delete();
File "app/Models/Contact/Contact.php", line 1221, in updateRelationship
$this->deleteRelationship($otherContact, $oldRelationshipTypeId);
File "app/Http/Controllers/Contacts/RelationshipsController.php", line 273, in update
$contact->updateRelationship($otherContact, $request->get('type'), $request->get('relationship_type_id'));
File "app/Http/Middleware/EnsureEmailIsVerified.php", line 20, in handle
return parent::handle($request, $next);
File "app/Http/Middleware/CheckCompliance.php", line 34, in handle
return $next($request);
...
(74 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
Sentry Issue: PRODUCTION-APP-9Z
The text was updated successfully, but these errors were encountered: