1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

[ticket/15287] Add is_available method

PHPBB3-15287
This commit is contained in:
Rubén Calvo
2017-07-24 01:33:07 +02:00
parent 23e67da331
commit ba8cda4d05
2 changed files with 15 additions and 0 deletions

View File

@@ -30,4 +30,12 @@ class local implements provider_interface
{
return ['path'];
}
/**
* {@inheritdoc}
*/
public function is_available()
{
return true;
}
}