mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +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
|
|
@ -50,7 +50,7 @@ class AnalyticsWebsiteByRefererModel extends Model
|
|||
->selectSum('hits', 'values')
|
||||
->where([
|
||||
'podcast_id' => $podcastId,
|
||||
'date >' => $oneWeekAgo,
|
||||
'date >' => $oneWeekAgo,
|
||||
])
|
||||
->groupBy('labels')
|
||||
->orderBy('values', 'DESC')
|
||||
|
|
@ -77,7 +77,7 @@ class AnalyticsWebsiteByRefererModel extends Model
|
|||
->selectSum('hits', 'values')
|
||||
->where([
|
||||
'podcast_id' => $podcastId,
|
||||
'date >' => $oneWeekAgo,
|
||||
'date >' => $oneWeekAgo,
|
||||
])
|
||||
->groupBy('labels')
|
||||
->orderBy('values', 'DESC')
|
||||
|
|
@ -104,7 +104,7 @@ class AnalyticsWebsiteByRefererModel extends Model
|
|||
->selectSum('hits', 'values')
|
||||
->where([
|
||||
'podcast_id' => $podcastId,
|
||||
'date >' => $oneYearAgo,
|
||||
'date >' => $oneYearAgo,
|
||||
])
|
||||
->groupBy('labels')
|
||||
->orderBy('values', 'DESC')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue