Update xml config file template (#540)

This commit is contained in:
Nabeel S 2020-02-07 21:25:59 -05:00 committed by GitHub
parent dd9fbdb6f1
commit 989e86ecd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
<AcarsConfiguration xmlns="http://schemas.phpvms.net/acars/config">
<?xml version = "1.0" encoding = "utf-8"?>
<AcarsConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.phpvms.net/acars/config">
<AirlineUrl>{{ config('app.url') }}</AirlineUrl>
<ApiKey>{{ $user->api_key }}</ApiKey>
</AcarsConfiguration>