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
cbc37fb603
commit
fcad59c795
@ -28,7 +28,7 @@ class AppKernel extends Kernel
|
||||
*/
|
||||
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()
|
||||
{
|
||||
return sys_get_temp_dir().'/AcmeHelloBundle/logs';
|
||||
return sys_get_temp_dir().'/ChillMainBundle/logs';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user