From 73f2b0ee9d41fa145f262d372a06cb9a9dae353e Mon Sep 17 00:00:00 2001 From: Meezaan-ud-Din Abdu Dhil-Jalali Wal-Ikram Date: Wed, 22 Jul 2020 10:16:24 +0400 Subject: [PATCH] Make shafaq configurable --- src/MoonSighting/Isha.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/MoonSighting/Isha.php b/src/MoonSighting/Isha.php index f438edb..6d6d3bc 100644 --- a/src/MoonSighting/Isha.php +++ b/src/MoonSighting/Isha.php @@ -14,8 +14,6 @@ public function __construct(DateTime $date, float $latitude, $shafaq = self::SHA { parent::__construct($date, $latitude); $this->setShafaq($shafaq); - - } public function setShafaq(string $shafaq): void