Skip to content

Commit

Permalink
Bypass validation on propagate
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed May 10, 2024
1 parent 38d0a81 commit 0ade9dc
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 @@ -399,7 +399,7 @@ public function findOrCreateForSite($siteId = null)

// Newly created model
if (!$otherModel->exists) {
$otherModel->save();
$otherModel->save(['force' => true]);
}

// Restoring a trashed model
Expand Down

0 comments on commit 0ade9dc

Please sign in to comment.