Skip to content

Commit

Permalink
Refactor SpecialOpeninghour class
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaaarc committed Jun 11, 2024
1 parent e9df85e commit d83cfda
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions classes/Models/SpecialOpeninghour.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ public function isClosed()

public function isActive()
{
echo '-----------------';
dump($this->date->floor('day'));
dump((new Date())->floor('day'));
echo '-----------------';
return $this->date->floor('day')->is((new Date())->floor('day'));
}

Expand Down

0 comments on commit d83cfda

Please sign in to comment.