File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ If you want to log users access to a page with different __timeframes__, here ar
9393| METHOD | SYNTAX | DESCRIPTION | EXAMPLE |
9494| ----------- | ----------- | ----------- | ----------- |
9595| ` hourlyInterval() ` | ` void ` | Log visits each hour | ` $post->visit()->hourlyIntervals()->withIp(); ` |
96- | ` dailylyInterval ()` | ` void ` | Log visits each day | ` $post->visit()->dailylyIntervals ()->withIp(); ` |
96+ | ` dailyInterval ()` | ` void ` | Log visits each day | ` $post->visit()->dailyIntervals ()->withIp(); ` |
9797| ` weeklyInterval() ` | ` void ` | Log visits each week | ` $post->visit()->weeklyIntervals()->withIp(); ` |
9898| ` monthlyInterval() ` | ` void ` | Log visits each month | ` $post->visit()->monthlyIntervals()->withIp(); ` |
9999| ` yearlyInterval() ` | ` void ` | Log visits each year | ` $post->visit()->yearlyIntervals()->withIp(); ` |
You can’t perform that action at this time.
0 commit comments