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
{
$client->registerQueryType(
Client::QUERY_SELECT,
'MyQuery',
'Solarium\QueryType\Select\RequestBuilder\RequestBuilder',
'Solarium\QueryType\Select\ResponseParser\ResponseParser'
'MyQuery'
);
}
}
......
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