Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
correctif (#71)
Browse files Browse the repository at this point in the history
* Feedback connect Github and discord

* Correction Metar

* f

* correctif

* Maj metar icao

* Correctif serveur

* correctif
  • Loading branch information
alexcaussades authored Sep 9, 2023
1 parent f791ba7 commit ec27c81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Http/Controllers/whazzupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,9 @@ public function get_rwy($icao){
$ry = $ry->toArray();
/** rechercher dans l'atis les LES MOTS "ARR" */
$atis = $atis->json();
if($atis == null){
return null;
}
$ARR_search = $atis[0]["lines"];
$ARR_search = collect($ARR_search);
$ARR_search = $ARR_search->filter(function ($value, $key) {
Expand Down

0 comments on commit ec27c81

Please sign in to comment.