Skip to content

Commit

Permalink
added findbycriteria to interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Miliooo committed Mar 1, 2016
1 parent 47188bb commit 8a0c529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.5
- 5.6
- 7
- hhvm
Expand Down
2 changes: 2 additions & 0 deletions src/ReadModel/ReadModelRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ public function findOrFail($id);
* @return ReadModelInterface|null
*/
public function findOneBy(array $fields);


}

0 comments on commit 8a0c529

Please sign in to comment.