Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin de Keijzer committed Aug 15, 2016
2 parents 1efe226 + dd9c432 commit 32a0960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- Martin1982\LiveBroadcastBundle\Entity\Channel\BaseChannel
- LiveBroadcastBundle:CRUD
calls:
- [setSubClasses, [ { "Twitch Channel": Martin1982\LiveBroadcastBundle\Entity\Channel\ChannelTwitch, "Facebook Channel": Martin1982\LiveBroadcastBundle\Entity\Channel\ChannelFacebook, "YouTube Channel": Martin1982\LiveBroadcastBundle\Entity\Channel\ChannelYouTube, "Ustream Channel": Martin1982\LiveBroadcastBundle\Entity\Channel\ChannelUstream } ] ]
- [setSubClasses, [ { "Twitch": Martin1982\LiveBroadcastBundle\Entity\Channel\ChannelTwitch, "Facebook": Martin1982\LiveBroadcastBundle\Entity\Channel\ChannelFacebook, "YouTube": Martin1982\LiveBroadcastBundle\Entity\Channel\ChannelYouTube, "Ustream": Martin1982\LiveBroadcastBundle\Entity\Channel\ChannelUstream } ] ]

sonata.admin.streaminput:
class: Martin1982\LiveBroadcastBundle\Admin\InputAdmin
Expand All @@ -39,7 +39,7 @@ services:
- Martin1982\LiveBroadcastBundle\Entity\Media\BaseMedia
- ~
calls:
- [setSubClasses, [ { "File Input": Martin1982\LiveBroadcastBundle\Entity\Media\MediaFile, "URL Input": Martin1982\LiveBroadcastBundle\Entity\Media\MediaUrl } ] ]
- [setSubClasses, [ { "File": Martin1982\LiveBroadcastBundle\Entity\Media\MediaFile, "URL": Martin1982\LiveBroadcastBundle\Entity\Media\MediaUrl } ] ]

sonata.block.service.youtubeauth:
class: Martin1982\LiveBroadcastBundle\Admin\Block\YouTubeBlockService
Expand Down

0 comments on commit 32a0960

Please sign in to comment.