mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
fix for typo
This commit is contained in:
parent
d35cef02c3
commit
7fabda0ea1
@ -46,7 +46,7 @@ class DbQuery
|
||||
* @var string
|
||||
*/
|
||||
public $string_metric5 = 'uri';
|
||||
|
||||
|
||||
public $string_metric6 = 'uri';
|
||||
|
||||
/**
|
||||
@ -60,7 +60,7 @@ class DbQuery
|
||||
public $double_metric2 = 1;
|
||||
|
||||
public function __construct($string_metric5, $string_metric6, $int_metric1, $double_metric2) {
|
||||
$this->int_metric1 = $int_metric1
|
||||
$this->int_metric1 = $int_metric1;
|
||||
$this->string_metric5 = $string_metric5;
|
||||
$this->string_metric6 = $string_metric6;
|
||||
$this->double_metric2 = $double_metric2;
|
||||
|
Loading…
Reference in New Issue
Block a user