diff --git a/src/Api/Services.php b/src/Api/Services.php index 1d1252c..94717ae 100644 --- a/src/Api/Services.php +++ b/src/Api/Services.php @@ -21,4 +21,9 @@ 'playlistTypeList', get('playlistTypeHandler') ), + Playlist\PlaylistCreationApplication::class => autowire(Playlist\PlaylistCreationApplication::class) + ->constructorParameter( + 'playlistTypeList', + get('playlistTypeHandler') + ), ];