From 2dcbd2f985a03e86c95c32cfb59f49bf139f239c Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Tue, 29 Oct 2013 12:18:44 +0100 Subject: [PATCH] Fix latest merge --- lib/Alchemy/Phrasea/Application.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Alchemy/Phrasea/Application.php b/lib/Alchemy/Phrasea/Application.php index 0667920376..a89a879923 100644 --- a/lib/Alchemy/Phrasea/Application.php +++ b/lib/Alchemy/Phrasea/Application.php @@ -203,6 +203,7 @@ class Application extends SilexApplication $this->register(new ImagineServiceProvider()); $this->register(new JMSSerializerServiceProvider()); $this->register(new FFMpegServiceProvider()); + $this->register(new FeedServiceProvider()); $this->register(new FilesystemServiceProvider()); $this->register(new FtpServiceProvider()); $this->register(new GeonamesServiceProvider());