Skip to content

Commit

Permalink
Update 3-many-to-many.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chelout authored Jul 17, 2020
1 parent c4f19d9 commit a0232be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/3-many-to-many.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class User extends Model
}
```

Now we can use methods to attach, detach, sync, toggle and update existing pivot:
Now we can use attach, detach, sync, toggle methods to update existing pivot:

```php
// ...
Expand Down

0 comments on commit a0232be

Please sign in to comment.