File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 44 * Defines the core helper infrastructure of the library.
55 */
66
7- namespace SqlParser ;
7+ namespace PhpMyAdmin \ SqlParser ;
88
99class Core
1010{
Original file line number Diff line number Diff line change 44 * Defines the localization helper infrastructure of the library.
55 */
66
7- namespace SqlParser ;
8-
9- use PhpMyAdmin \MoTranslator ;
7+ namespace PhpMyAdmin \SqlParser ;
108
119class Translator
1210{
1311 /**
1412 * The MoTranslator loader object.
1513 *
16- * @var MoTranslator\Loader
14+ * @var \PhpMyAdmin\ MoTranslator\Loader
1715 */
1816 private static $ loader ;
1917
2018 /**
2119 * The MoTranslator translator object.
2220 *
23- * @var MoTranslator\Translator
21+ * @var \PhpMyAdmin\ MoTranslator\Translator
2422 */
2523 private static $ translator ;
2624
@@ -31,7 +29,7 @@ public static function load()
3129 {
3230 if (is_null (self ::$ loader )) {
3331 // Create loader object
34- self ::$ loader = new MoTranslator \Loader ();
32+ self ::$ loader = new \ PhpMyAdmin \ MoTranslator \Loader ();
3533
3634 // Set locale
3735 self ::$ loader ->setlocale (
You can’t perform that action at this time.
0 commit comments