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 b37f737 commit d99b8ceCopy full SHA for d99b8ce
README.md
@@ -130,7 +130,7 @@ public function store(Request $request)
130
### Ticket API Methods
131
The `ticket` model came with a handy methods to use, to make your building process easy and fast, and here is the list of the availabel __API__:
132
133
-| Method | Arguments | Example | Description | Chainable |
+| Method | Arguments | Description | Example | Chainable |
134
|---|---|---|---|---|
135
| `archive` |`void` | archive the ticket | `$ticket->archive()` | ✓
136
| `close` |`void` | close the ticket | `$ticket->close()` | ✓
0 commit comments