Ejemplo n.º 1
0
 /**
  * Run the query as a "select" statement against the connection.
  *
  * @return array
  */
 protected function runSelect()
 {
     return $this->connection->select($this->toCypher(), $this->getBindings());
 }