Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
Changed default valmuie to zendDB like mentiuoned everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnhau committed Aug 17, 2014
1 parent b008fce commit 8e0cae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZfcUserList/Options/ModuleOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ModuleOptions extends AbstractOptions implements

protected $elementsPerPage = 10;

protected $userMapper = 'ZfcUserList\Mapper\UserDoctrine';
protected $userMapper = 'ZfcUserList\Mapper\UserZendDb';

public function setUserMapper($userMapper)
{
Expand Down

0 comments on commit 8e0cae6

Please sign in to comment.