summaryrefslogtreecommitdiffstats
path: root/src/Components/Reference.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/Reference.php')
-rw-r--r--src/Components/Reference.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Components/Reference.php b/src/Components/Reference.php
index 447e3cf..0f708fe 100644
--- a/src/Components/Reference.php
+++ b/src/Components/Reference.php
@@ -4,13 +4,13 @@
* `REFERENCES` keyword parser.
*/
-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;
/**
* `REFERENCES` keyword parser.