partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 5e7cda02f6c4dd0bbc97e16c03d828889c133a68
parent dfe4b5a5360ee591aba0de6fe927ca93be1a9832
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue, 26 May 2015 18:09:08 +0200

Added the bundles for parsing parent class annotations

Diffstat:
Mapp/AppKernel.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/app/AppKernel.php b/app/AppKernel.php @@ -58,6 +58,8 @@ class AppKernel extends Kernel new Nelmio\ApiDocBundle\NelmioApiDocBundle(), new \Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle(), new PartKeepr\DoctrineReflectionBundle\PartKeeprDoctrineReflectionBundle(), + new PartKeepr\RESTBundle\PartKeeprRESTBundle(), + new PartKeepr\ApiDocBundle\PartKeeprApiDocBundle() ); // Developer bundles