File: phpbb/attachment/delete.php
Unmodified
Added
Modified
Removed
Line 13 | Line 13 |
---|
namespace phpbb\attachment;
|
namespace phpbb\attachment;
|
use \phpbb\config\config; use \phpbb\db\driver\driver_interface; use \phpbb\event\dispatcher; use \phpbb\filesystem\filesystem;
| use phpbb\config\config; use phpbb\db\driver\driver_interface; use phpbb\event\dispatcher; use phpbb\filesystem\filesystem;
|
/** * Attachment delete class
| /** * Attachment delete class
|