mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 07:24:35 -04:00
Fixes for analytics
This commit is contained in:
parent
6966758481
commit
d35cef02c3
@ -46,6 +46,7 @@ class DbQuery
|
|||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $string_metric5 = 'uri';
|
public $string_metric5 = 'uri';
|
||||||
|
|
||||||
public $string_metric6 = 'uri';
|
public $string_metric6 = 'uri';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -59,7 +60,9 @@ class DbQuery
|
|||||||
public $double_metric2 = 1;
|
public $double_metric2 = 1;
|
||||||
|
|
||||||
public function __construct($string_metric5, $string_metric6, $int_metric1, $double_metric2) {
|
public function __construct($string_metric5, $string_metric6, $int_metric1, $double_metric2) {
|
||||||
|
$this->int_metric1 = $int_metric1
|
||||||
$this->string_metric5 = $string_metric5;
|
$this->string_metric5 = $string_metric5;
|
||||||
|
$this->string_metric6 = $string_metric6;
|
||||||
$this->double_metric2 = $double_metric2;
|
$this->double_metric2 = $double_metric2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user