bastien 13 years ago
parent
commit
79109aca04

+ 1 - 0
app/AppKernel.php View File

@@ -17,6 +17,7 @@ class AppKernel extends Kernel
17 17
             new Symfony\Bundle\AsseticBundle\AsseticBundle(),
18 18
             new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
19 19
             new JMS\SecurityExtraBundle\JMSSecurityExtraBundle(),
20
+            new Muzich\CoreBundle\MuzichCoreBundle(),
20 21
             new Muzich\IndexBundle\MuzichIndexBundle()
21 22
         );
22 23
 

+ 9 - 0
src/Acme/StoreBundle/MuzichCoreBundle.php View File

@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+namespace Muzich\CoreBundle;
4
+
5
+use Symfony\Component\HttpKernel\Bundle\Bundle;
6
+
7
+class MuzichCoreBundle extends Bundle
8
+{
9
+}

+ 1 - 0
src/Muzich/CoreBundle/Resources/config/routing.yml View File

@@ -0,0 +1 @@
1
+## Routing du Bundle Core

+ 2 - 0
src/Muzich/CoreBundle/Resources/doc/index.rst View File

@@ -0,0 +1,2 @@
1
+CoreBudle est chargé de contenir le coeur du logiciel
2
+(a definir ...)