mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16891] Remove unused use statements
PHPBB3-16891
This commit is contained in:
parent
7992b3f476
commit
3be1e3029e
1 changed files with 0 additions and 3 deletions
3
phpBB/phpbb/cache/service.php
vendored
3
phpBB/phpbb/cache/service.php
vendored
|
@ -13,9 +13,6 @@
|
||||||
|
|
||||||
namespace phpbb\cache;
|
namespace phpbb\cache;
|
||||||
|
|
||||||
use Symfony\Component\EventDispatcher\Event;
|
|
||||||
use Symfony\Component\HttpKernel\KernelEvents;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class for grabbing/handling cached entries
|
* Class for grabbing/handling cached entries
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue