2020-02-08 10:25:59 +08:00
|
|
|
<?xml version = "1.0" encoding = "utf-8"?>
|
|
|
|
<AcarsConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.phpvms.net/acars/config">
|
2020-02-08 02:29:43 +08:00
|
|
|
<AirlineUrl>{{ config('app.url') }}</AirlineUrl>
|
|
|
|
<ApiKey>{{ $user->api_key }}</ApiKey>
|
|
|
|
</AcarsConfiguration>
|