Fix stuff

This commit is contained in:
William DURAND 2012-07-13 15:13:38 +02:00
parent 3ec87522b2
commit 4b1990b688

View File

@ -50,6 +50,7 @@ class AppKernel extends Kernel
new \Symfony\Bundle\TwigBundle\TwigBundle(), new \Symfony\Bundle\TwigBundle\TwigBundle(),
new \Nelmio\ApiDocBundle\NelmioApiDocBundle(), new \Nelmio\ApiDocBundle\NelmioApiDocBundle(),
new \Nelmio\ApiDocBundle\Tests\Fixtures\NelmioApiDocTestBundle(), new \Nelmio\ApiDocBundle\Tests\Fixtures\NelmioApiDocTestBundle(),
new \Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(),
); );
} }