Skip to content

Commit a07e7ab

Browse files
committed
Fix codestyle
1 parent 3c61ace commit a07e7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/HasDrafts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function setLive(): void
192192
$published->setCurrent();
193193
$published->saveQuietly();
194194

195-
; $this->replicateAndAssociateDraftableRelations($published);
195+
$this->replicateAndAssociateDraftableRelations($published);
196196
});
197197

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

0 commit comments

Comments
 (0)