logger->log('Executing query: ' . $query . PHP_EOL); return [ 'result' => 'data', 'query' => $query, ]; } }