mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-11 02:36:42 +02:00
chore: update CodeIgniter to 4.2.4 + other dependencies to latest
This commit is contained in:
parent
e5d16e8711
commit
37f086075e
11 changed files with 2075 additions and 2874 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue