chore: update CodeIgniter to 4.2.4 + other dependencies to latest

This commit is contained in:
Yassine Doghri 2022-08-20 10:08:15 +00:00
commit 37f086075e
11 changed files with 2075 additions and 2874 deletions

View file

@ -42,6 +42,7 @@ class UserModel extends MythAuthUserModel
public function getPodcastContributor(int $userId, int $podcastId): ?User
{
// @phpstan-ignore-next-line
return $this->select('users.*, podcasts_users.podcast_id as podcast_id, auth_groups.name as podcast_role')
->join('podcasts_users', 'podcasts_users.user_id = users.id')
->join('auth_groups', 'auth_groups.id = podcasts_users.group_id')