Skip to content

Commit 7db3b73

Browse files
authored
Merge pull request #77 from KadonWills/master
Update 4_quick-start.md
2 parents 6078ea9 + d27d704 commit 7db3b73

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
@@ -20,7 +20,7 @@ Where:
2020
- You can track multiple kinds of visits to a single model using the tags as
2121

2222
```php
23-
visits($model,'tag1')->increment()
23+
visits($model,'tag1')->increment();
2424
```
2525

2626
## Integration with any model

0 commit comments

Comments
 (0)