Skip to content

Commit

Permalink
fixed user count issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidj committed Jun 11, 2018
1 parent 314b8d2 commit 72f3306
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
## 1.0.1 - 2018-06-04

User listing bug fix

### Changed
* Nothing

### Added
* Nothing

### Deprecated
* Nothing

### Removed
* Nothing

### Fixed
* User pagination count issue (#32)


## 1.0.0 - 2018-06-04

Migration to Zend-Expressive 3
Expand Down
1 change: 0 additions & 1 deletion src/User/src/Mapper/UserDbMapper.php
Expand Up @@ -74,7 +74,6 @@ public function find(string $type = 'all', array $options = []): array
*/
public function count(string $type = 'all', array $options = []): int
{
$this->insertUserDetailsJoin($options);
return parent::count($type, $options);
}

Expand Down

0 comments on commit 72f3306

Please sign in to comment.