Skip to content

Commit

Permalink
feature/groupby: bump2
Browse files Browse the repository at this point in the history
  • Loading branch information
cambell-prince committed Jun 11, 2021
1 parent 225fa63 commit ff6be72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/anorm/DataMapper_Find_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public function testFindSome_GroupBy_OK()
->from("some_table AS s")
->groupBy("category")
->some();

$result = [];
foreach ($generator as $model) {
$result[] = [
Expand Down

0 comments on commit ff6be72

Please sign in to comment.