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

[ticket/15769] Remove unused use statement

PHPBB3-15769
This commit is contained in:
Marc Alexander
2021-08-23 20:52:35 +02:00
parent dd7d1cb521
commit b153979398

View File

@@ -18,7 +18,6 @@ use phpbb\config\config;
use phpbb\controller\helper;
use phpbb\event\dispatcher_interface;
use phpbb\files\factory;
use phpbb\image\image_cropper;
use phpbb\path_helper;
use phpbb\storage\exception\exception as storage_exception;
use phpbb\storage\storage;