Commit 05f68d02 authored by Bas de Nooijer's avatar Bas de Nooijer

Merge pull request #256 from aitboudad/patch-1

Fixed examples for registerQueryType arguments.
parents 25e4ad29 df83556d
...@@ -17,9 +17,7 @@ class QueryCustomizer extends Plugin ...@@ -17,9 +17,7 @@ class QueryCustomizer extends Plugin
{ {
$client->registerQueryType( $client->registerQueryType(
Client::QUERY_SELECT, Client::QUERY_SELECT,
'MyQuery', 'MyQuery'
'Solarium\QueryType\Select\RequestBuilder\RequestBuilder',
'Solarium\QueryType\Select\ResponseParser\ResponseParser'
); );
} }
} }
......
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