We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c61ace commit a07e7abCopy full SHA for a07e7ab
src/Concerns/HasDrafts.php
@@ -192,7 +192,7 @@ public function setLive(): void
192
$published->setCurrent();
193
$published->saveQuietly();
194
195
-; $this->replicateAndAssociateDraftableRelations($published);
+ $this->replicateAndAssociateDraftableRelations($published);
196
});
197
198
$this->{$this->getIsPublishedColumn()} = false;
0 commit comments