diff options
author | Michal Čihař <michal@cihar.com> | 2017-01-23 14:10:56 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-01-23 14:10:56 +0100 |
commit | 25baae446d3af2c3378ba776e721540783fc77c9 (patch) | |
tree | 5e000ca0150ef516e85f387d61d9d0037057e203 /src/Exceptions/LexerException.php | |
parent | ac852c7abad3b7b4f8b847aa1478906772bf1c36 (diff) | |
parent | 7d20ae4d3ead9ab46496165e320dbd194988333c (diff) | |
download | sql-parser-25baae446d3af2c3378ba776e721540783fc77c9.zip sql-parser-25baae446d3af2c3378ba776e721540783fc77c9.tar.gz sql-parser-25baae446d3af2c3378ba776e721540783fc77c9.tar.bz2 |
Merge branch 'master' into motranslator
Diffstat (limited to 'src/Exceptions/LexerException.php')
-rw-r--r-- | src/Exceptions/LexerException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Exceptions/LexerException.php b/src/Exceptions/LexerException.php index e60c332..61e88c9 100644 --- a/src/Exceptions/LexerException.php +++ b/src/Exceptions/LexerException.php @@ -4,7 +4,7 @@ * Exception thrown by the lexer. */ -namespace SqlParser\Exceptions; +namespace PhpMyAdmin\SqlParser\Exceptions; /** * Exception thrown by the lexer. |