[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
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

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