Skip to content

Commit 51d9765

Browse files
committed
Update readme
1 parent e47f84f commit 51d9765

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ FluentFM::download( <layout>, <field>, [output_dir], [recordId] )
240240
->sortDesc( <field> )
241241
->withPortals()
242242
->withoutPortals()
243-
->where( <field>, <params> )
243+
->where( <field>, <params> ) // multiple calls act as "and"
244+
->orWhere( <field>, <params> )
244245
->whereEmpty( <field> )
245246
->has( <field> )
246247
->whereNotEmpty( <field> )

0 commit comments

Comments
 (0)