Skip to content

Commit bc49c1b

Browse files
committed
wip
1 parent 9866210 commit bc49c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Persistence/PersistentObjectFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ public static function find($criteria): object
180180
*/
181181
public static function findBy(array $attributes): array
182182
{
183+
183184
return static::repository()->findBy($attributes);
184185
}
185186

0 commit comments

Comments
 (0)