[ticket/15287] Fix method name

PHPBB3-15287
This commit is contained in:
Rubén Calvo 2017-07-21 11:12:02 +02:00
parent 2a19e213e8
commit 8d7e8d4311
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}

View file

@ -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.