We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42e881 commit 12527cbCopy full SHA for 12527cb
cookbook/configuration/override_dir_structure.rst
@@ -38,7 +38,7 @@ in the ``AppKernel`` class of you application::
38
39
public function getCacheDir()
40
{
41
- return $this->rootDir.'/'.$this->environment.'/cache/';
+ return $this->rootDir.'/'.$this->environment.'/cache';
42
}
43
44
@@ -69,7 +69,7 @@ method::
69
70
public function getLogDir()
71
72
- return $this->rootDir.'/'.$this->environment.'/logs/';
+ return $this->rootDir.'/'.$this->environment.'/logs';
73
74
75
0 commit comments