style: update ecs config to align associative arrays arrows

update composer dependencies to latest
This commit is contained in:
Yassine Doghri 2023-06-12 14:47:38 +00:00
commit 2a50f6e4d2
268 changed files with 3833 additions and 3973 deletions

View file

@ -45,7 +45,7 @@ class AnalyticsPodcastBySubscriptionModel extends Model
$found = (int) ($this->builder()
->selectSum('hits', 'total_hits')
->where([
'podcast_id' => $podcastId,
'podcast_id' => $podcastId,
'subscription_id' => $subscriptionId,
])
->where('`date` >= UTC_TIMESTAMP() - INTERVAL 3 month', null, false)