1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15289] Update provider

PHPBB3-15289
This commit is contained in:
Rubén Calvo
2017-08-03 19:09:51 +02:00
parent 0b75f1e46a
commit 7f4e47d26f
2 changed files with 10 additions and 5 deletions

View File

@@ -15,16 +15,14 @@ namespace phpbb\storage\provider;
class local implements provider_interface
{
/**
* {@inheritdoc}
*/
public function get_name()
{
return 'local';
}
public function get_class()
{
return get_class($this);
}
/**
* {@inheritdoc}
*/