mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15311] Change service and method name
PHPBB3-15311
This commit is contained in:
@@ -16,7 +16,7 @@ namespace phpbb\filesystem;
|
||||
class temp
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
* @var string Temporary directory path
|
||||
*/
|
||||
protected $temp_dir;
|
||||
|
||||
@@ -47,7 +47,7 @@ class temp
|
||||
*
|
||||
* @return string returns the directory
|
||||
*/
|
||||
public function get_temp_dir()
|
||||
public function get_dir()
|
||||
{
|
||||
return $this->temp_dir;
|
||||
}
|
||||
|
Reference in New Issue
Block a user