Skip to content

Commit

Permalink
Update method to get codes
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Nov 19, 2023
1 parent 453152f commit 53f9b45
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/PrayerTimes/Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Method
const METHOD_MOONSIGHTING = 'MOONSIGHTING'; // 15
const METHOD_DUBAI = 'DUBAI'; // 16
const METHOD_JAKIM = 'JAKIM'; // 17
const METHOD_TUNISIA = 'TUNISIA';
const METHOD_TUNISIA = 'TUNISIA'; // 18
const METHOD_ALGERIA = 'ALGERIA'; // 19
const METHOD_KEMENAG = 'KEMENAG'; // 20
const METHOD_MOROCCO = 'MOROCCO'; // 21
Expand Down Expand Up @@ -105,6 +105,11 @@ public static function getMethodCodes(): array
self::METHOD_RUSSIA,
self::METHOD_MOONSIGHTING,
self::METHOD_DUBAI,
self::METHOD_JAKIM,
self::METHOD_TUNISIA,
self::METHOD_ALGERIA,
self::METHOD_KEMENAG,
self::METHOD_MOROCCO,
self::METHOD_CUSTOM,
];
}
Expand Down

0 comments on commit 53f9b45

Please sign in to comment.