Skip to content

Commit b37f737

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

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
@@ -159,7 +159,7 @@ The __Chainable__ column, is showing the state for the method, that if it can be
159159
## Ticket Relashionship API Methods
160160
The `ticket` model has also a list of methods for interacting with another related models
161161

162-
| Method | Arguments | Example | Description |
162+
| Method | Arguments | Description | Example |
163163
|---|---|---|---|
164164
| `attachLabels` |`mixed` id, `array` attributes, `bool` touch | associate labels into an existing ticket | `$ticket->attachLabels([1,2,3,4])` |
165165
| `syncLabels` |`Model/array` ids, `bool` detouching | associate labels into an existing ticket | `$ticket->syncLabels([1,2,3,4])` |

0 commit comments

Comments
 (0)