mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 12:07:46 +02:00
style: update ecs config to align associative arrays arrows
update composer dependencies to latest
This commit is contained in:
parent
3fc1d8e18d
commit
2a50f6e4d2
268 changed files with 3833 additions and 3973 deletions
|
|
@ -87,12 +87,12 @@ class MediaModel extends Model
|
|||
ValidationInterface $validation = null
|
||||
) {
|
||||
$this->returnType = match ($fileType) {
|
||||
'audio' => Audio::class,
|
||||
'video' => Video::class,
|
||||
'image' => Image::class,
|
||||
'audio' => Audio::class,
|
||||
'video' => Video::class,
|
||||
'image' => Image::class,
|
||||
'transcript' => Transcript::class,
|
||||
'chapters' => Chapters::class,
|
||||
default => Document::class
|
||||
'chapters' => Chapters::class,
|
||||
default => Document::class
|
||||
};
|
||||
|
||||
parent::__construct($db, $validation);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue