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

Commit

Permalink
res
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcaussades committed Oct 18, 2023
1 parent cca5d74 commit 9855fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/whazzupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ public function get_center($icao)
$airport = $airport->json();
return $airport;

}
public function get_aircrafts($icao_code)
{
$aircrafts = $this->API_request("/v2/aircrafts/" . $icao_code);
Expand Down

0 comments on commit 9855fe5

Please sign in to comment.