示例#1
0
 /**
  * Execute the query
  *
  * @param $query
  *
  * @return mixed
  */
 public function executeQuery($query)
 {
     $this->executeDecorators($query);
     $handler = $this->queryTranslator->toQueryHandler($query);
     return $this->app->make($handler)->handle($query);
 }