Corrected Korea

This commit is contained in:
2026-04-09 11:20:16 +10:00
parent 43f5c8ac3e
commit 7a07616f03
19 changed files with 1530 additions and 399 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class LogoController extends Controller
]);
}
public function getLogoById(int $id){
public function getLogoById($id){
$airline = Airline::where('id', $id)
->first();