diff options
Diffstat (limited to 'src/Components/Key.php')
-rw-r--r-- | src/Components/Key.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Components/Key.php b/src/Components/Key.php index a33122a..bc71f4d 100644 --- a/src/Components/Key.php +++ b/src/Components/Key.php @@ -4,13 +4,13 @@ * Parses the definition of a key. */ -namespace SqlParser\Components; +namespace PhpMyAdmin\SqlParser\Components; -use SqlParser\Context; -use SqlParser\Component; -use SqlParser\Parser; -use SqlParser\Token; -use SqlParser\TokensList; +use PhpMyAdmin\SqlParser\Context; +use PhpMyAdmin\SqlParser\Component; +use PhpMyAdmin\SqlParser\Parser; +use PhpMyAdmin\SqlParser\Token; +use PhpMyAdmin\SqlParser\TokensList; /** * Parses the definition of a key. |