1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/14838] Remove obsolete overriding method

PHPBB3-14838
This commit is contained in:
Marc Alexander
2017-01-04 17:16:36 +01:00
parent c0882c1d34
commit dd89a369f3

View File

@@ -84,14 +84,6 @@ abstract class attachments_base extends \phpbb\feed\base
$this->db->sql_freeresult($result);
}
/**
* {@inheritDoc}
*/
public function open()
{
parent::open();
}
/**
* Get attachments related to a given post
*