Skip to content

Commit

Permalink
Merge pull request #147 from mulcek/patch-1
Browse files Browse the repository at this point in the history
Fixed ololoshke_trololoshke alias at count table name
  • Loading branch information
l3pp4rd authored Dec 6, 2016
2 parents c91dddb + cb47d34 commit f98bcc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function items(ItemsEvent $event)
$qb
->resetQueryParts()
->select('count(*) as cnt')
->from('(' . $sql . ')', 'ololoshke_trololoshke')
->from('(' . $sql . ')', 'dbal_count_tbl')
;

$event->count = $qb
Expand Down

0 comments on commit f98bcc6

Please sign in to comment.