commit
5371a9750e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ trait Orders
|
|||
*/
|
||||
public function ordersCombine($order, $resultOrder, $technique = 'ours')
|
||||
{
|
||||
$techniques = ['ours', 'summ', 'theirs'];
|
||||
$techniques = ['ours', 'summ', 'theirs', 'merge'];
|
||||
|
||||
if (!count($order) || !count($resultOrder)) {
|
||||
throw new \InvalidArgumentException(
|
||||
|
|
Loading…
Add table
Reference in a new issue