Skip to content

Commit

Permalink
Update Filter.php
Browse files Browse the repository at this point in the history
Bug in default filter
  • Loading branch information
schmeits committed Jun 24, 2024
1 parent f4f0912 commit 3750e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Filter
public function __construct()
{
$this->tz = config('app.timezone');
$this->from = now()->subDays(7)->startOfDay();
$this->from = now()->subDays(6)->startOfDay();
$this->to = now()->endOfDay();
}

Expand Down

0 comments on commit 3750e4f

Please sign in to comment.