AcmeHelloBundle -> ChillMainBundle

This commit is contained in:
Marc Ducobu 2014-11-07 12:35:07 +01:00
parent 19222f7890
commit 1c47d597d3

View File

@ -28,7 +28,7 @@ class AppKernel extends Kernel
*/ */
public function getCacheDir() public function getCacheDir()
{ {
return sys_get_temp_dir().'/AcmeHelloBundle/cache'; return sys_get_temp_dir().'/ChillMainBundle/cache';
} }
/** /**
@ -36,6 +36,6 @@ class AppKernel extends Kernel
*/ */
public function getLogDir() public function getLogDir()
{ {
return sys_get_temp_dir().'/AcmeHelloBundle/logs'; return sys_get_temp_dir().'/ChillMainBundle/logs';
} }
} }