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…
Reference in New Issue