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;
|
||||
}
|
||||
|
@@ -20,7 +20,7 @@ interface provider_interface
|
||||
*
|
||||
* @return \phpbb\storage\adapter\adapter_interface
|
||||
*/
|
||||
public function geti_adapter_class();
|
||||
public function get_adapter_class();
|
||||
|
||||
/**
|
||||
* Gets adapter options.
|
||||
|
Reference in New Issue
Block a user