1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/16891] Remove unused use statements

PHPBB3-16891
This commit is contained in:
Marc Alexander 2022-01-28 22:04:21 +01:00
parent 7992b3f476
commit 3be1e3029e
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -13,9 +13,6 @@
namespace phpbb\cache;
use Symfony\Component\EventDispatcher\Event;
use Symfony\Component\HttpKernel\KernelEvents;
/**
* Class for grabbing/handling cached entries
*/