mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/17191] Remove not used use statement in language/language.php
PHPBB3-17191
This commit is contained in:
committed by
Marc Alexander
parent
21c38e2572
commit
5b79ac0fc9
@@ -14,7 +14,6 @@
|
|||||||
namespace phpbb\language;
|
namespace phpbb\language;
|
||||||
|
|
||||||
use phpbb\language\exception\invalid_plural_rule_exception;
|
use phpbb\language\exception\invalid_plural_rule_exception;
|
||||||
use phpbb\language\language_file_helper;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wrapper class for loading translations
|
* Wrapper class for loading translations
|
||||||
|
Reference in New Issue
Block a user