Skip to content

Commit

Permalink
Skip validation for propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Mar 1, 2024
1 parent be22a4f commit 845e5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Traits/Multisite.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public function propagateToSite($siteId, $otherModel = null)
}
}

$otherModel->save();
$otherModel->save(['force' => true]);

return $otherModel;
}
Expand Down

0 comments on commit 845e5d1

Please sign in to comment.