Skip to content

Commit 296f18d

Browse files
author
markus-moser
committed
revert: [COMPOSER] remove Pimcore namepspace from autoloading
1 parent 33ca848 commit 296f18d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"autoload": {
2222
"psr-4": {
23-
"CustomerManagementFrameworkBundle\\": "src/"
23+
"CustomerManagementFrameworkBundle\\": "src/",
24+
"Pimcore\\": "core-extension/Pimcore/"
2425
},
2526
"exclude-from-classmap": [
2627
"frontend/",

0 commit comments

Comments
 (0)