mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/15287] Fix method name
PHPBB3-15287
This commit is contained in:
@@ -18,7 +18,7 @@ class local implements provider_interface
|
|||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function get_class()
|
public function get_adapter_class()
|
||||||
{
|
{
|
||||||
return \phpbb\storage\adapter\local::class;
|
return \phpbb\storage\adapter\local::class;
|
||||||
}
|
}
|
||||||
|
@@ -20,7 +20,7 @@ interface provider_interface
|
|||||||
*
|
*
|
||||||
* @return \phpbb\storage\adapter\adapter_interface
|
* @return \phpbb\storage\adapter\adapter_interface
|
||||||
*/
|
*/
|
||||||
public function geti_adapter_class();
|
public function get_adapter_class();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets adapter options.
|
* Gets adapter options.
|
||||||
|
Reference in New Issue
Block a user