From dd9c432bd9b9a68f14bdaee33c55ab6414f7b8ca Mon Sep 17 00:00:00 2001 From: Paul Radt Date: Mon, 15 Aug 2016 12:58:15 +0200 Subject: [PATCH] Remove duplicate text --- Resources/config/admin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/admin.yml b/Resources/config/admin.yml index 5d474e8..0d799db 100644 --- a/Resources/config/admin.yml +++ b/Resources/config/admin.yml @@ -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 @@ -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