mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 03:06: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
|
|
@ -56,7 +56,7 @@ class AnalyticsPodcastByRegionModel extends Model
|
|||
->groupBy('country_code, region_code')
|
||||
->where([
|
||||
'podcast_id' => $podcastId,
|
||||
'date >' => date('Y-m-d', strtotime('-1 week')),
|
||||
'date >' => date('Y-m-d', strtotime('-1 week')),
|
||||
])
|
||||
->orderBy('value', 'DESC')
|
||||
->findAll();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue