mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15287] Fix method name
PHPBB3-15287
This commit is contained in:
@@ -18,7 +18,7 @@ class local implements provider_interface
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function get_class()
|
||||
public function get_adapter_class()
|
||||
{
|
||||
return \phpbb\storage\adapter\local::class;
|
||||
}
|
||||
|
Reference in New Issue
Block a user