File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -567,8 +567,8 @@ if you're just wishing a feature ;)
567567| Method | Arguments | Return | Description |
568568| ------------------ | --------------------------------- | :---------------: | ---------------------------------------------- |
569569| where | mixed $criteria, $value = null | WhereQuery | Add new criteria to the current query |
570- | orWhere | Closure $$ closure | WhereQuery | If supported you can perform extended search requests |
571- | andWhere | Closure $$ closure | WhereQuery | If supported you can perform extended search requests |
570+ | orWhere | Closure $closure | WhereQuery | If supported you can perform extended search requests |
571+ | andWhere | Closure $closure | WhereQuery | If supported you can perform extended search requests |
572572| all | | WhereQuery | Select all available messages |
573573| answered | | WhereQuery | Select answered messages |
574574| answered | | WhereQuery | Select answered messages |
You can’t perform that action at this time.
0 commit comments