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 22c28a9 commit 7968e7eCopy full SHA for 7968e7e
docs/suggesting.md
@@ -14,5 +14,5 @@ $tag->save();
14
And then you can fetch a list of suggested tags when you need it.
15
16
```php
17
-$tag = Conner\Tagging\Model\Tag::suggested()->get();
+$suggestedTags = Conner\Tagging\Model\Tag::suggested()->get();
18
```
0 commit comments