mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[ticket/13740] Fix CS
PHPBB3-13740
This commit is contained in:
parent
cb593c0e04
commit
22786a5b6f
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
namespace phpbb\install\controller;
|
namespace phpbb\install\controller;
|
||||||
|
|
||||||
use phpbb\exception\http_exception;
|
|
||||||
use phpbb\install\helper\config;
|
use phpbb\install\helper\config;
|
||||||
use phpbb\install\helper\install_helper;
|
use phpbb\install\helper\install_helper;
|
||||||
use phpbb\install\helper\navigation\navigation_provider;
|
use phpbb\install\helper\navigation\navigation_provider;
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace phpbb\install\module\install_finish\task;
|
namespace phpbb\install\module\install_finish\task;
|
||||||
|
|
||||||
use phpbb\config\db;
|
use phpbb\config\db;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue