Skip to content

Commit 652f898

Browse files
committed
[BUGFIX] Use correct namespace in ext_emconf.php
`ext_emconf.php` contains the php autoloading definition for class mode instances which should be obsolete nower days but kept until final investigated. Due to `copy&pasta` error when creating this extension, the wrong namespace has been left in `ext_emconf.php`, which is now corrected.
1 parent 06bf268 commit 652f898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
'autoload' => [
2525
'psr-4' => [
26-
'WebVision\\Deepltranslate\\Core\\' => 'Classes',
26+
'WebVision\\Deepl\\Base\\' => 'Classes',
2727
],
2828
],
2929
];

0 commit comments

Comments
 (0)