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:
dependabot-preview[bot]
2019-08-10 16:12:47 +02:00
committed by Alexis Saettler
parent 3d8d81bf90
commit 387e45b85d
21 changed files with 143 additions and 158 deletions
@@ -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