mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 18:54:37 -04:00
Set default values
This commit is contained in:
parent
55125db7c4
commit
47ad8e1394
@ -45,7 +45,7 @@ class EmailFailure
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $string_metric5 = '';
|
public $string_metric5 = 'stub';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The exception string
|
* The exception string
|
||||||
@ -53,7 +53,7 @@ class EmailFailure
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $string_metric6 = '';
|
public $string_metric6 = 'stub';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The counter
|
* The counter
|
||||||
|
@ -46,7 +46,7 @@ class EmailSuccess
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $string_metric5 = '';
|
public $string_metric5 = 'stub';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The exception string
|
* The exception string
|
||||||
@ -54,7 +54,7 @@ class EmailSuccess
|
|||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $string_metric6 = '';
|
public $string_metric6 = 'stub';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The counter
|
* The counter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user