Merge pull request #225

This commit is contained in:
symfony-flex-server[bot]
2017-10-28 21:37:14 +00:00
committed by GitHub
+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';
}