Skip to content

Commit cd2ee03

Browse files
author
Jorge Murta
authored
Update using-tags.md (spatie#401)
1 parent 5c3cb23 commit cd2ee03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basic-usage/using-tags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $yourModel->detachTag('tag 1');
4343
$yourModel->detachTags(['tag 2', 'tag 3']);
4444

4545
//using an instance of \Spatie\Tags\Tag
46-
$yourModel->detach(\Spatie\Tags\Tag::Find('tag4'));
46+
$yourModel->detach(\Spatie\Tags\Tag::find('tag4'));
4747
```
4848

4949
## Syncing tags

0 commit comments

Comments
 (0)