1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2023-07-04 09:00:56 +02:00
2 changed files with 9 additions and 1 deletions

View File

@@ -423,7 +423,7 @@ class container_builder
*
* @return string Path to the cache directory.
*/
protected function get_cache_dir()
public function get_cache_dir()
{
return $this->cache_dir ?: $this->phpbb_root_path . 'cache/' . $this->get_environment() . '/';
}