Merge pull request #521

This commit is contained in:
symfony-flex-server[bot]
2019-01-12 01:28:53 +00:00
committed by GitHub
@@ -15,16 +15,6 @@ class Kernel extends BaseKernel
const CONFIG_EXTS = '.{php,xml,yaml,yml}';
public function getCacheDir()
{
return $this->getProjectDir().'/var/cache/'.$this->environment;
}
public function getLogDir()
{
return $this->getProjectDir().'/var/log';
}
public function registerBundles()
{
$contents = require $this->getProjectDir().'/config/bundles.php';