fix(analytics): remove charts empty values + remove useless language cache

fix(install): edit host_url helper and remove back() when create .env
This commit is contained in:
Benjamin Bellamy 2020-10-19 16:47:22 +00:00
commit 1678794153
8 changed files with 21 additions and 21 deletions

View file

@ -112,6 +112,7 @@ class AnalyticsPodcastByPlayerModel extends Model
->where([
'`podcast_id`' => $podcastId,
'`app` !=' => '',
'`os` !=' => '',
'`bot`' => 0,
'`date` >' => date('Y-m-d', strtotime('-1 week')),
])