Skip to content

Commit

Permalink
Update dependencies.php
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan authored Sep 25, 2023
1 parent e025943 commit 4c63ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dependencies.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
});

$container->set('gToHAdjustment', function ($c) {
return 1;
return 0;
});

$container->set('hToGAdjustment', function ($c) {
return -1;
return 0;
});

$container->set('holyDay', function ($c) {
Expand Down

0 comments on commit 4c63ef3

Please sign in to comment.