Commit df83556d authored by Abdellatif AitBoudad's avatar Abdellatif AitBoudad

Fixed examples for registerQueryType arguments.

parent 96a273ab
...@@ -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