mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 12:07:46 +02:00
chore: update CI4 to v4.6.4 + php and js packages to latest
This commit is contained in:
parent
d438190b49
commit
133e308603
36 changed files with 2015 additions and 1476 deletions
|
|
@ -83,7 +83,7 @@ class ContributorController extends BaseController
|
|||
$users = (new UserModel())->findAll();
|
||||
$contributorOptions = array_reduce(
|
||||
$users,
|
||||
static function (array $result, $user): array {
|
||||
static function (array $result, User $user): array {
|
||||
$result[$user->id] = $user->username;
|
||||
return $result;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue