mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for php7.4 - travis
This commit is contained in:
parent
3c763e7d95
commit
c2cd8e9d14
@ -50,6 +50,7 @@ install:
|
||||
|
||||
services:
|
||||
- mysql
|
||||
- xvfb
|
||||
|
||||
before_script:
|
||||
# copy configuration files
|
||||
|
@ -53,7 +53,7 @@ class ClientSettings extends BaseSettings
|
||||
*/
|
||||
public $industry_id;
|
||||
public $size_id;
|
||||
public $invoice_email_list;
|
||||
public $invoice_email_list; //default comma separated list of contacts to email
|
||||
|
||||
/**
|
||||
* Cast object values and return entire class
|
||||
|
Loading…
x
Reference in New Issue
Block a user