Skip to content

Commit

Permalink
dont replace
Browse files Browse the repository at this point in the history
  • Loading branch information
totoprayogo1916 committed Oct 16, 2023
1 parent eb7d19f commit c37122e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Publishers/ConfigPublisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public function publish(): bool
{
return $this
->addPath('Cart.php')
->copy();
->copy(false);
}
}

0 comments on commit c37122e

Please sign in to comment.