diff options
Diffstat (limited to 'src/Exceptions/ParserException.php')
-rw-r--r-- | src/Exceptions/ParserException.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Exceptions/ParserException.php b/src/Exceptions/ParserException.php index 07f30c7..eb13653 100644 --- a/src/Exceptions/ParserException.php +++ b/src/Exceptions/ParserException.php @@ -4,9 +4,9 @@ * Exception thrown by the parser. */ -namespace SqlParser\Exceptions; +namespace PhpMyAdmin\SqlParser\Exceptions; -use SqlParser\Token; +use PhpMyAdmin\SqlParser\Token; /** * Exception thrown by the parser. |