FrameworkBundle kernel should be compatible

This commit is contained in:
Benjamin Lazarecki
2017-10-28 00:57:30 +02:00
parent 3250b800ce
commit 824bd92d9b
+2 -2
View File
@@ -14,12 +14,12 @@ class Kernel extends BaseKernel
const CONFIG_EXTS = '.{php,xml,yaml,yml}';
public function getCacheDir(): string
public function getCacheDir()
{
return dirname(__DIR__).'/var/cache/'.$this->environment;
}
public function getLogDir(): string
public function getLogDir()
{
return dirname(__DIR__).'/var/log';
}