Skip to content

Commit 46c4047

Browse files
authored
Fix "Deprecated: Creation of dynamic property" (#531)
Deprecated: Creation of dynamic property DynamicHLSPlaylist::$playlistResolver is deprecated in file on line 94
1 parent 01249a2 commit 46c4047

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Http/DynamicHLSPlaylist.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ class DynamicHLSPlaylist implements Responsable
3535
*/
3636
private $mediaResolver;
3737

38+
/**
39+
* Callable to retrieve the path to the given playlist.
40+
*
41+
* @var callable
42+
*/
43+
private $playlistResolver;
44+
3845
/**
3946
* @var array
4047
*/

0 commit comments

Comments
 (0)