API: changed date-format, camelCase instead of snake_case, null values, update and create for customer and project (#718)
This commit is contained in:
@@ -43,7 +43,7 @@ class BaseQuery
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
protected $order = 'ASC';
|
||||
protected $order = self::ORDER_ASC;
|
||||
/**
|
||||
* @var string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user