Commit b6b663f5 authored by Dorian Villet's avatar Dorian Villet

Fix example 5.2.

parent 0766401c
......@@ -20,7 +20,7 @@ class MyClient extends Client
/**
* Querytype mappings
*/
protected $_queryTypes = array(
protected $queryTypes = array(
self::QUERY_SELECT => array(
'query' => 'MyQuery',
'requestbuilder' => 'Solarium\QueryType\Select\RequestBuilder\RequestBuilder',
......@@ -62,4 +62,4 @@ foreach ($result as $document) {
echo '</table>';
}
htmlFooter();
\ No newline at end of file
htmlFooter();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment