Example #1
0
 protected function query(Query $query)
 {
     $sql = '(' . $query->compileSelect($bindings) . ')';
     $this->addBindings($bindings);
     return $sql;
 }