Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Meezaan-ud-Din Abdu Dhil-Jalali Wal-Ikram committed Jul 20, 2019
1 parent 567fd1c commit 2330545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Quran/Api/AyatResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ private function prepare($ayat)
$a['number'] = $ayat->getNumber();
if (isset($this->audioEdition)) {
$a['audio'] = $this->protocol . '://cdn.alquran.cloud/media/audio/ayah/' . $this->audioEdition->getIdentifier() . '/' . $ayat->getNumber();
$a['audioSecondary'] = $this->meta->getAudioUrlsByReciter($this->audioEdition->getIdentifier(), $ayah->getNumber(), $this->protocol);
$a['audioSecondary'] = $this->meta->getAudioUrlsByReciter($this->audioEdition->getIdentifier(), $ayat->getNumber(), $this->protocol);
}
$a['text'] = $ayat->getText();
$a['edition'] = (new EditionResponse($ayat->getEdition()->getIdentifier()))->getResponse();
Expand Down

0 comments on commit 2330545

Please sign in to comment.