From 4c63ef3cc2c04a530ec1c5378e4108efc416b10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Meezaan-ud-Din=20Abdu=20Dhil-Jalali=20Wal-Ikram=20/=20?= =?UTF-8?q?=D9=85=D9=90=D9=8A=D8=B2=D9=8E=D8=A7=D9=86=D9=8F=20=D8=A7=D9=84?= =?UTF-8?q?=D9=92=D8=AF=D9=91=D9=90=D9=8A=D9=86=D9=92=20=D8=B9=D9=8E=D8=A8?= =?UTF-8?q?=D9=92=D8=AF=D9=8F=20=D8=B0=D9=90=D9=8A=D9=92=20=D8=A7=D9=84?= =?UTF-8?q?=D9=92=D8=AC=D9=8E=D9=84=D9=8E=D8=A7=D9=84=D9=90=20=D9=88=D9=8E?= =?UTF-8?q?=20=D8=A7=D9=84=D9=92=D8=A5=D9=90=D9=83=D9=92=D8=B1=D9=8E=D8=A7?= =?UTF-8?q?=D9=85=D9=90?= Date: Mon, 25 Sep 2023 12:40:48 +0400 Subject: [PATCH] Update dependencies.php --- src/dependencies.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dependencies.php b/src/dependencies.php index c4c9085..bfb5736 100644 --- a/src/dependencies.php +++ b/src/dependencies.php @@ -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) {