Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvalue committed Feb 10, 2024
1 parent 3c61ace commit a07e7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/HasDrafts.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public function setLive(): void
$published->setCurrent();
$published->saveQuietly();

; $this->replicateAndAssociateDraftableRelations($published);
$this->replicateAndAssociateDraftableRelations($published);
});

$this->{$this->getIsPublishedColumn()} = false;
Expand Down

0 comments on commit a07e7ab

Please sign in to comment.