untrack propel-gen

This commit is contained in:
Manuel Raynaud
2012-12-20 11:36:02 +01:00
parent 0ed8c2dd00
commit 953ee3d0aa
2 changed files with 16 additions and 17 deletions

View File

@@ -25,12 +25,12 @@ class Thelia extends Kernel
* The cached version of the service container is used when fresh, otherwise the * The cached version of the service container is used when fresh, otherwise the
* container is built. * container is built.
*/ */
// protected function initializeContainer() protected function initializeContainer()
// { {
// $this->container = $this->buildContainer(); $this->container = $this->buildContainer();
// $this->container->set('kernel', $this); $this->container->set('kernel', $this);
//
// } }
/** /**
* Gets the cache directory. * Gets the cache directory.
@@ -72,16 +72,16 @@ class Thelia extends Kernel
* *
* @return ContainerBuilder The compiled service container * @return ContainerBuilder The compiled service container
*/ */
// protected function buildContainer() protected function buildContainer()
// { {
// $container = $this->getContainerBuilder(); $container = $this->getContainerBuilder();
//
// foreach ($this->bundles as $bundle) { foreach ($this->bundles as $bundle) {
// $bundle->build($container); $bundle->build($container);
// } }
//
// return $container; return $container;
// } }
/** /**
* return available bundle * return available bundle

View File

@@ -1 +0,0 @@
core/vendor/propel/propel1/generator/bin/propel-gen