Commit b6b663f5 authored by Dorian Villet's avatar Dorian Villet

Fix example 5.2.

parent 0766401c
...@@ -20,7 +20,7 @@ class MyClient extends Client ...@@ -20,7 +20,7 @@ class MyClient extends Client
/** /**
* Querytype mappings * Querytype mappings
*/ */
protected $_queryTypes = array( protected $queryTypes = array(
self::QUERY_SELECT => array( self::QUERY_SELECT => array(
'query' => 'MyQuery', 'query' => 'MyQuery',
'requestbuilder' => 'Solarium\QueryType\Select\RequestBuilder\RequestBuilder', 'requestbuilder' => 'Solarium\QueryType\Select\RequestBuilder\RequestBuilder',
......
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