Ejemplo n.º 1
0
 public function instancesProvider()
 {
     return [[Playlist::latest('all')], [Playlist::popular('now')], [Playlist::artist('Placebo')], [Playlist::blog(16746)], [Playlist::tags('electro house')], [Playlist::search('Woodkid Iron')], [Playlist::track('264xq')], [Playlist::feed('username')], [Playlist::loved('username')], [Playlist::history('username')], [Playlist::obsessed('username')], [Playlist::people('username')], [Playlist::people_obsessed('username')]];
 }