We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d593b commit c231aa3Copy full SHA for c231aa3
README.md
@@ -247,6 +247,8 @@ The `ticket` model has also a list of scopes to begin filter with.
247
|---|---|---|---|
248
| `closed` |`void` | get the closed tickets | `Ticket::closed()->get()` |
249
| `opened` |`void` | get the opened tickets | `Ticket::opened()->get()` |
250
+| `archived` |`void` | get the archived tickets | `Ticket::archived()->get()` |
251
+| `unArchived` |`void` | get the unArchived tickets | `Ticket::unArchived()->get()` |
252
| `resolved` |`void` | get the resolved tickets | `Ticket::resolved()->get()` |
253
| `locked` |`void` | get the locked tickets | `Ticket::locked()->get()` |
254
| `unlocked` |`void` | get the unlocked tickets | `Ticket::unlocked()->get()` |
0 commit comments