Merge pull request #5530 from turbo124/v5-develop
Set default values for analytics
This commit is contained in:
commit
5f92d6e8de
2 changed files with 4 additions and 4 deletions
|
|
@ -45,7 +45,7 @@ class EmailFailure
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
public $string_metric5 = '';
|
||||
public $string_metric5 = 'stub';
|
||||
|
||||
/**
|
||||
* The exception string
|
||||
|
|
@ -53,7 +53,7 @@ class EmailFailure
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
public $string_metric6 = '';
|
||||
public $string_metric6 = 'stub';
|
||||
|
||||
/**
|
||||
* The counter
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ class EmailSuccess
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
public $string_metric5 = '';
|
||||
public $string_metric5 = 'stub';
|
||||
|
||||
/**
|
||||
* The exception string
|
||||
|
|
@ -54,7 +54,7 @@ class EmailSuccess
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
public $string_metric6 = '';
|
||||
public $string_metric6 = 'stub';
|
||||
|
||||
/**
|
||||
* The counter
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue