Skip to content

Commit

Permalink
POSTNL-56 - Return php7.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthFly committed Jul 12, 2023
1 parent 9a2d6c7 commit 7f27396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config/Model/Backend/DeliveryDateOff.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected function _afterLoad(): void
/**
* @return $this
*/
public function beforeSave(): static
public function beforeSave()
{
$value = $this->getValue();
$date = [];
Expand Down

0 comments on commit 7f27396

Please sign in to comment.