1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Minor patch until client is fixed (#3613)

This commit is contained in:
David Bomba 2020-04-09 22:39:17 +10:00 committed by GitHub
parent 36c2c64625
commit 8154796193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ class CompanyTransformer extends EntityTransformer
'archived_at' => (int)$company->deleted_at,
'created_at' =>(int)$company->created_at,
'slack_webhook_url' => (string)$company->slack_webhook_url,
'google_analytics_key' => (string)$company->google_analytics_key,
'google_analytics_url' => (string)$company->google_analytics_key, //@todo need to change this to google_analytics_key
];
}