Skip to content

Commit d27d704

Browse files
authored
Update 4_quick-start.md
1 parent 08d925c commit d27d704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4_quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Where:
2121
## Tags
2222
- You can track multiple kinds of visits to a single model using the tags as
2323
```php
24-
visits($model,'tag1')->increment()
24+
visits($model,'tag1')->increment();
2525
```
2626

2727

0 commit comments

Comments
 (0)