mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15253] Remove delete dir method
PHPBB3-15253
This commit is contained in:
@@ -59,9 +59,4 @@ class storage
|
||||
{
|
||||
$this->adapter->create_dir($path);
|
||||
}
|
||||
|
||||
public function delete_dir($path)
|
||||
{
|
||||
$this->adapter->delete_dir($path);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user