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 6d6f3c7 commit 22c28a9Copy full SHA for 22c28a9
docs/suggesting.md
@@ -7,7 +7,7 @@ There is not much to it. You simply set the 'suggest' field in the database to t
7
8
```php
9
$tag = Conner\Tagging\Model\Tag::where('slug', '=', 'blog')->first();
10
-$tag->suggested = true;
+$tag->suggest = true;
11
$tag->save();
12
```
13
0 commit comments