Fixes for php7.4 - travis
This commit is contained in:
parent
3c763e7d95
commit
c2cd8e9d14
|
|
@ -50,6 +50,7 @@ install:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- mysql
|
- mysql
|
||||||
|
- xvfb
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# copy configuration files
|
# copy configuration files
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,7 @@ class ClientSettings extends BaseSettings
|
||||||
*/
|
*/
|
||||||
public $industry_id;
|
public $industry_id;
|
||||||
public $size_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
|
* Cast object values and return entire class
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue