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
9289a6304b
commit
91ca709cf9
@ -167,7 +167,7 @@ This file boostrap the app. It contains three functions. This is the file used i
|
||||
*/
|
||||
public function getCacheDir()
|
||||
{
|
||||
return sys_get_temp_dir().'/AcmeHelloBundle/cache';
|
||||
return sys_get_temp_dir().'/ChillMainBundle/cache';
|
||||
}
|
||||
|
||||
/**
|
||||
@ -175,7 +175,7 @@ This file boostrap the app. It contains three functions. This is the file used i
|
||||
*/
|
||||
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