Skip to content

Commit 95d8b4f

Browse files
committed
Merge branch 'ken-tam-patch-2' into develop
2 parents f93a75d + caa307d commit 95d8b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/filters/applying-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You may wish to apply default filters i.e. current month on accessing the view i
4747

4848
```php
4949
public function mount() {
50-
$this->setFilter('created_after', date('Y-m-d', strtotime('now -1 month'));
50+
$this->setFilter('created_after', date('Y-m-d', strtotime('now -1 month')));
5151
}
5252
```
5353

0 commit comments

Comments
 (0)