File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ method to return the right project directory::
87
87
Cache Directory
88
88
~~~~~~~~~~~~~~~
89
89
90
- **type **: ``string `` **default **: ``$this->rootDir/ cache/$this->environment ``
90
+ **type **: ``string `` **default **: ``$this->getProjectDir()/var/ cache/' $this->environment ``
91
91
92
92
This returns the absolute path of the cache directory of your Symfony project.
93
93
It's calculated automatically based on the current
@@ -101,7 +101,7 @@ cache directory.
101
101
Log Directory
102
102
~~~~~~~~~~~~~
103
103
104
- **type **: ``string `` **default **: ``$this->rootDir /log ``
104
+ **type **: ``string `` **default **: ``$this->getProjectDir()/var /log ``
105
105
106
106
This returns the absolute path of the log directory of your Symfony project.
107
107
It's calculated automatically based on the current
You can’t perform that action at this time.
0 commit comments