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

[ticket/10586] Make the abstract class implement the original interface

PHPBB3-10586
This commit is contained in:
David King
2012-03-28 16:21:17 -04:00
parent cb7dabbffc
commit 9a8b3ff449
2 changed files with 32 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ if (!defined('IN_PHPBB'))
*
* @package extension
*/
abstract class phpbb_extension_controller
abstract class phpbb_extension_controller implements phpbb_extension_controller_interface
{
/**
* @var phpbb_request Request class object