summaryrefslogtreecommitdiffstats
path: root/src/Exceptions/LexerException.php
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-01-23 14:10:56 +0100
committerMichal Čihař <michal@cihar.com>2017-01-23 14:10:56 +0100
commit25baae446d3af2c3378ba776e721540783fc77c9 (patch)
tree5e000ca0150ef516e85f387d61d9d0037057e203 /src/Exceptions/LexerException.php
parentac852c7abad3b7b4f8b847aa1478906772bf1c36 (diff)
parent7d20ae4d3ead9ab46496165e320dbd194988333c (diff)
downloadsql-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.php2
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.