mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-23 04:17:45 +00:00
allow server:run with built-in server and create route loader
This commit is contained in:
@@ -36,7 +36,7 @@ class AppKernel extends Kernel
|
||||
*/
|
||||
public function getLogDir()
|
||||
{
|
||||
return sys_get_temp_dir().'/CustomFieldsBundle/logs';
|
||||
return $this->getRootDir().'/../logs';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user