untrack propel-gen
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
core/vendor/propel/propel1/generator/bin/propel-gen
|
|
||||||
Reference in New Issue
Block a user