diff options
Diffstat (limited to 'src/UtfString.php')
-rw-r--r-- | src/UtfString.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UtfString.php b/src/UtfString.php index 91aa19e..e3dc512 100644 --- a/src/UtfString.php +++ b/src/UtfString.php @@ -11,7 +11,7 @@ * implemented. */ -namespace SqlParser; +namespace PhpMyAdmin\SqlParser; /** * Implements array-like access for UTF-8 strings. |