mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14838] Remove obsolete overriding method
PHPBB3-14838
This commit is contained in:
parent
c0882c1d34
commit
dd89a369f3
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue