diff options
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index da5bce0..e7b495f 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ }, "autoload": { "psr-4": { - "MoTranslator\\": "src" + "PhpMyAdmin\\MoTranslator\\": "src" } } } |