Skip to content

Commit

Permalink
DefaultOrderVariableLoader: CS
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Feb 1, 2021
1 parent a9df37d commit 039c46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Order/DefaultOrderVariableLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getCurrent(?\DateTime $findFromDate = null): ?string
'preferenceInsertedDateFrom',
$findFromDate === null
? (date('Y') - 1) . '-' . date('m-d')
: $findFromDate->format('Y-m-d')
: $findFromDate->format('Y-m-d'),
);
}

Expand Down

0 comments on commit 039c46f

Please sign in to comment.