chore(deps): bump laravel/cashier from 8.0.1 to 9.3.5 (#2857)
* chore(deps): bump laravel/cashier from 8.0.1 to 9.3.5 Bumps [laravel/cashier](https://github.com/laravel/cashier) from 8.0.1 to 9.3.5. - [Release notes](https://github.com/laravel/cashier/releases) - [Changelog](https://github.com/laravel/cashier/blob/9.0/CHANGELOG.md) - [Upgrade guide](https://github.com/laravel/cashier/blob/9.0/UPGRADE.md) - [Commits](https://github.com/laravel/cashier/compare/v8.0.1...v9.3.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
committed by
Alexis Saettler
parent
3d8d81bf90
commit
387e45b85d
@@ -42,7 +42,7 @@ class ActivitiesController extends Controller
|
||||
$endDate = Carbon::create($year, 12, 31);
|
||||
|
||||
$activitiesLastTwelveMonths = $this->activityStatisticService
|
||||
->activitiesWithContactInTimeRange($contact, Carbon::now()->subMonths(12), Carbon::now())
|
||||
->activitiesWithContactInTimeRange($contact, now()->subMonths(12), now())
|
||||
->count();
|
||||
|
||||
$uniqueActivityTypes = $this->activityStatisticService
|
||||
|
||||
Reference in New Issue
Block a user