mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 17:16:24 +03:00
Merge pull request #521
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user