[CORE][DB] Rename App\Core\DB\DB to App\Core\DB
This commit is contained in:
@@ -23,7 +23,7 @@ declare(strict_types = 1);
|
||||
|
||||
namespace Plugin\ProfileColor\Controller;
|
||||
|
||||
use App\Core\DB\DB;
|
||||
use App\Core\DB;
|
||||
use App\Core\Form;
|
||||
use function App\Core\I18n\_m;
|
||||
use App\Util\Common;
|
||||
|
||||
@@ -23,7 +23,7 @@ declare(strict_types = 1);
|
||||
namespace Plugin\ProfileColor;
|
||||
|
||||
use App\Core\Cache;
|
||||
use App\Core\DB\DB;
|
||||
use App\Core\DB;
|
||||
use App\Core\Event;
|
||||
use App\Core\Modules\Plugin;
|
||||
use App\Core\Router\RouteLoader;
|
||||
|
||||
Reference in New Issue
Block a user