Esempio n. 1
0
 /**
  * @return  mixed
  */
 protected function execute()
 {
     return $this->connection->column((string) $this->query, $this->compiler->getParams());
 }