mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 18:56:42 +02:00
style: update ecs config to align associative arrays arrows
update composer dependencies to latest
This commit is contained in:
parent
3fc1d8e18d
commit
2a50f6e4d2
268 changed files with 3833 additions and 3973 deletions
|
|
@ -52,9 +52,9 @@ class AnalyticsPodcastByPlayerModel extends Model
|
|||
->selectSum('hits', 'values')
|
||||
->where([
|
||||
'podcast_id' => $podcastId,
|
||||
'app !=' => '',
|
||||
'is_bot' => 0,
|
||||
'date >' => $oneWeekAgo,
|
||||
'app !=' => '',
|
||||
'is_bot' => 0,
|
||||
'date >' => $oneWeekAgo,
|
||||
])
|
||||
->groupBy('labels')
|
||||
->orderBy('values', 'DESC')
|
||||
|
|
@ -81,9 +81,9 @@ class AnalyticsPodcastByPlayerModel extends Model
|
|||
->selectSum('hits', 'values')
|
||||
->where([
|
||||
'podcast_id' => $podcastId,
|
||||
'app !=' => '',
|
||||
'is_bot' => 0,
|
||||
'date >' => $oneYearAgo,
|
||||
'app !=' => '',
|
||||
'is_bot' => 0,
|
||||
'date >' => $oneYearAgo,
|
||||
])
|
||||
->groupBy('labels')
|
||||
->orderBy('values', 'DESC')
|
||||
|
|
@ -110,10 +110,10 @@ class AnalyticsPodcastByPlayerModel extends Model
|
|||
->selectSum('hits', 'values')
|
||||
->where([
|
||||
'podcast_id' => $podcastId,
|
||||
'app !=' => '',
|
||||
'os !=' => '',
|
||||
'is_bot' => 0,
|
||||
'date >' => $oneWeekAgo,
|
||||
'app !=' => '',
|
||||
'os !=' => '',
|
||||
'is_bot' => 0,
|
||||
'date >' => $oneWeekAgo,
|
||||
])
|
||||
->groupBy('labels')
|
||||
->orderBy('values', 'DESC')
|
||||
|
|
@ -140,9 +140,9 @@ class AnalyticsPodcastByPlayerModel extends Model
|
|||
->selectSum('hits', 'values')
|
||||
->where([
|
||||
'podcast_id' => $podcastId,
|
||||
'device !=' => '',
|
||||
'is_bot' => 0,
|
||||
'date >' => $oneWeekAgo,
|
||||
'device !=' => '',
|
||||
'is_bot' => 0,
|
||||
'date >' => $oneWeekAgo,
|
||||
])
|
||||
->groupBy('labels')
|
||||
->orderBy('values', 'DESC')
|
||||
|
|
@ -169,8 +169,8 @@ class AnalyticsPodcastByPlayerModel extends Model
|
|||
->selectSum('hits', 'values')
|
||||
->where([
|
||||
'podcast_id' => $podcastId,
|
||||
'is_bot' => 1,
|
||||
'date >' => $oneYearAgo,
|
||||
'is_bot' => 1,
|
||||
'date >' => $oneYearAgo,
|
||||
])
|
||||
->groupBy('labels')
|
||||
->orderBy('labels', 'ASC')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue