mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17493] Remove unused use statements
PHPBB-17493
This commit is contained in:
parent
d985c8be60
commit
5ab0446eb1
2 changed files with 0 additions and 4 deletions
|
@ -13,8 +13,6 @@
|
||||||
|
|
||||||
namespace phpbb\message;
|
namespace phpbb\message;
|
||||||
|
|
||||||
use phpbb\messenger\method\messenger_interface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class admin_form
|
* Class admin_form
|
||||||
* Displays a message to the user and allows him to send an email
|
* Displays a message to the user and allows him to send an email
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
|
|
||||||
namespace phpbb\message;
|
namespace phpbb\message;
|
||||||
|
|
||||||
use phpbb\messenger\method\messenger_interface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class topic_form
|
* Class topic_form
|
||||||
* Form used to send topics as notification emails
|
* Form used to send topics as notification emails
|
||||||
|
|
Loading…
Add table
Reference in a new issue