Skip to content

Commit

Permalink
Merge pull request solariumphp#206 from basdenooijer/master
Browse files Browse the repository at this point in the history
Update develop with latest commits in master
  • Loading branch information
basdenooijer committed Sep 13, 2013
2 parents 1adff2e + 05cab9b commit f602c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/5.2-extending.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f602c20

Please sign in to comment.