Skip to content

Commit 22c28a9

Browse files
committed
Docs on suggesting
1 parent 6d6f3c7 commit 22c28a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/suggesting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There is not much to it. You simply set the 'suggest' field in the database to t
77

88
```php
99
$tag = Conner\Tagging\Model\Tag::where('slug', '=', 'blog')->first();
10-
$tag->suggested = true;
10+
$tag->suggest = true;
1111
$tag->save();
1212
```
1313

0 commit comments

Comments
 (0)