Skip to content

Commit bf0a586

Browse files
committed
Query path fixed
1 parent 0528c38 commit bf0a586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ $aMessage = $oFolder->search()->text('hello world')->since('15.03.2018')->get();
269269
$aMessage = $oFolder->messages()->text('hello world')->since('15.03.2018')->get();
270270

271271
```
272-
All available query / search methods can be found here: [Query::class](src/IMAP/WhereQuery.php)
272+
All available query / search methods can be found here: [Query::class](src/IMAP/Query/WhereQuery.php)
273273

274274
Available search criteria:
275275
- `ALL` — return all messages matching the rest of the criteria
@@ -567,7 +567,7 @@ if you're just wishing a feature ;)
567567
| messages | string $charset = 'UTF-8' | WhereQuery | Alias for Folder::query() |
568568
| search | string $charset = 'UTF-8' | WhereQuery | Alias for Folder::query() |
569569
570-
### [Query::class](src/IMAP/WhereQuery.php)
570+
### [Query::class](src/IMAP/Query/WhereQuery.php)
571571
| Method | Arguments | Return | Description |
572572
| ------------------ | --------------------------------- | :---------------: | ---------------------------------------------- |
573573
| where | mixed $criteria, $value = null | WhereQuery | Add new criteria to the current query |

0 commit comments

Comments
 (0)