Skip to content

Commit

Permalink
Fixed: rewriting
Browse files Browse the repository at this point in the history
  • Loading branch information
JanGalek committed Apr 9, 2018
1 parent 27d5ccc commit 5fd8659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Galek/Utils/Calendar/Business/Shipper.php
Expand Up @@ -83,7 +83,7 @@ public function getCurrentDate(): Calendar

public function setCurrentDate(Calendar $date = null): void
{
$this->currentDate = $date;
$this->currentDate = clone $date;
}


Expand Down

0 comments on commit 5fd8659

Please sign in to comment.