summaryrefslogtreecommitdiffstats
path: root/src/Statements/DropStatement.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Statements/DropStatement.php')
-rw-r--r--src/Statements/DropStatement.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Statements/DropStatement.php b/src/Statements/DropStatement.php
index 9fa51dc..1572a55 100644
--- a/src/Statements/DropStatement.php
+++ b/src/Statements/DropStatement.php
@@ -6,8 +6,8 @@
namespace PhpMyAdmin\SqlParser\Statements;
-use PhpMyAdmin\SqlParser\Statement;
use PhpMyAdmin\SqlParser\Components\Expression;
+use PhpMyAdmin\SqlParser\Statement;
/**
* `DROP` statement.