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:
parent
36c2c64625
commit
8154796193
@ -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
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user