Skip to content

Commit

Permalink
Add missing service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Apr 11, 2022
1 parent e48faed commit dbdb8e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Api/Services.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@
'playlistTypeList',
get('playlistTypeHandler')
),
Playlist\PlaylistCreationApplication::class => autowire(Playlist\PlaylistCreationApplication::class)
->constructorParameter(
'playlistTypeList',
get('playlistTypeHandler')
),
];

0 comments on commit dbdb8e1

Please sign in to comment.