feat: add analytics and unknown useragents

This commit is contained in:
Benjamin Bellamy 2020-06-12 20:41:09 +00:00 committed by Yassine Doghri
commit ec92e65aa4
44 changed files with 3333 additions and 1987 deletions

View file

@ -125,6 +125,7 @@ class Episodes extends BaseController
->first(),
'episode' => $episode_model->where('slug', $episode_slug)->first(),
];
self::stats($data['podcast']->id);
return view('episodes/view.php', $data);
}