mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°6937 - Symfony 6.4 - Handle Symfony configuration files
This commit is contained in:
committed by
Molkobain
parent
c7a8d90364
commit
b29597110e
@@ -35,7 +35,7 @@ class Kernel extends BaseKernel
|
||||
|
||||
private function getConfigDir(): string
|
||||
{
|
||||
return $this->getProjectDir() . '/symfony/config';
|
||||
return $this->getProjectDir() . '/resources/symfony/config';
|
||||
}
|
||||
|
||||
public function getCacheDir(): string
|
||||
@@ -46,6 +46,6 @@ class Kernel extends BaseKernel
|
||||
|
||||
public function getLogDir(): string
|
||||
{
|
||||
return $this->getProjectDir() . 'log/symfony';
|
||||
return $this->getProjectDir() . '/log/symfony';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user