Skip to content

Commit

Permalink
Merge pull request #5 from chialab/fix/closing-days-priority
Browse files Browse the repository at this point in the history
  • Loading branch information
fquffio authored Oct 13, 2022
2 parents 08d3c88 + 771ec45 commit 4f6474c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Model/Behavior/ClosingDaysBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function findClosingDays(Query $query): Query
: $object
)
: $results,
Query::PREPEND,
);
}

Expand Down

0 comments on commit 4f6474c

Please sign in to comment.