Skip to content

Commit d99b8ce

Browse files
committed
update README.md file
1 parent b37f737 commit d99b8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public function store(Request $request)
130130
### Ticket API Methods
131131
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__:
132132

133-
| Method | Arguments | Example | Description | Chainable |
133+
| Method | Arguments | Description | Example | Chainable |
134134
|---|---|---|---|---|
135135
| `archive` |`void` | archive the ticket | `$ticket->archive()` | ✓
136136
| `close` |`void` | close the ticket | `$ticket->close()` | ✓

0 commit comments

Comments
 (0)