When a relationship is already loaded and "cached" on the model instance, you'll have to refresh it
- ·
- Telegram
- ·
- Newsletter
$domain->refresh();
to refresh its attributes
$tenant->load('primary_domain');
to update the primary_domain
relationship on the $tenant instance