Skip to content

Commit

Permalink
Merge branch 'migration' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidj committed Jun 11, 2018
2 parents f5ee785 + 72f3306 commit 104784a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 104784a

Please sign in to comment.