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

@ -53,8 +53,8 @@ class AnalyticsPodcastByServiceModel extends Model
->where([
'podcast_id' => $podcastId,
'service !=' => '',
'is_bot' => 0,
'date >' => $oneWeekAgo,
'is_bot' => 0,
'date >' => $oneWeekAgo,
])
->groupBy('labels')
->orderBy('values', 'DESC')