mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
AcmeHelloBundle -> ChillMainBundle
This commit is contained in:
parent
19222f7890
commit
1c47d597d3
@ -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';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user