diff --git a/src/Concerns/HasDrafts.php b/src/Concerns/HasDrafts.php index 5db2d61..70c5ab4 100644 --- a/src/Concerns/HasDrafts.php +++ b/src/Concerns/HasDrafts.php @@ -192,7 +192,7 @@ public function setLive(): void $published->setCurrent(); $published->saveQuietly(); -; $this->replicateAndAssociateDraftableRelations($published); + $this->replicateAndAssociateDraftableRelations($published); }); $this->{$this->getIsPublishedColumn()} = false;