mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/15253] Remove delete dir method
PHPBB3-15253
This commit is contained in:
parent
30e0015ca9
commit
b8483c582d
1 changed files with 0 additions and 5 deletions
|
@ -59,9 +59,4 @@ class storage
|
||||||
{
|
{
|
||||||
$this->adapter->create_dir($path);
|
$this->adapter->create_dir($path);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function delete_dir($path)
|
|
||||||
{
|
|
||||||
$this->adapter->delete_dir($path);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue