Browse Source

Update Query.php

Forget one ";" :D
tags/2.0.0-beta
Ivan Pomortsev 11 years ago
parent
commit
8109708b37
  1. 2
      framework/db/Query.php

2
framework/db/Query.php

@ -640,7 +640,7 @@ class Query extends Component implements QueryInterface
*/
public function union($sql, $all = false)
{
$sql->addParams([ 'all' => $all ])
$sql->addParams([ 'all' => $all ]);
$this->union[] = $sql;
return $this;
}

Loading…
Cancel
Save