Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/classes/Database/Designer/Common.php')
-rw-r--r--libraries/classes/Database/Designer/Common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/classes/Database/Designer/Common.php b/libraries/classes/Database/Designer/Common.php
index 40ef00a9af..85b03c9112 100644
--- a/libraries/classes/Database/Designer/Common.php
+++ b/libraries/classes/Database/Designer/Common.php
@@ -8,13 +8,13 @@ declare(strict_types=1);
namespace PhpMyAdmin\Database\Designer;
+use PhpMyAdmin\Database\Designer\DesignerTable;
use PhpMyAdmin\DatabaseInterface;
use PhpMyAdmin\Index;
use PhpMyAdmin\Relation;
use PhpMyAdmin\Table;
use PhpMyAdmin\Util;
use function rawurlencode;
-use PhpMyAdmin\Database\Designer\DesignerTable;
/**
* Common functions for Designer