mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
[ticket/15287] Fix method name
PHPBB3-15287
This commit is contained in:
parent
2a19e213e8
commit
8d7e8d4311
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue