mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 19:49:54 +02:00
[ticket/13645] Proper OOP for feeds
PHPBB3-13645
This commit is contained in:
@@ -16,7 +16,7 @@ namespace phpbb\feed;
|
||||
/**
|
||||
* Abstract class for feeds displaying attachments
|
||||
*/
|
||||
abstract class attachments_base extends \phpbb\feed\base
|
||||
abstract class attachments_base extends base
|
||||
{
|
||||
/**
|
||||
* Attachments that may be displayed
|
||||
|
Reference in New Issue
Block a user