fix namespace bug in composer.json

This commit is contained in:
MaxBUhe 2023-01-20 09:38:25 +01:00
parent c7d8fdcf6a
commit b12884f99b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
},
"autoload": {
"psr-4": {
"D3\\GoogleAnalytics4": "../../../source/modules/d3/googleanalytics"
"D3\\GoogleAnalytics4\\": "../../../source/modules/d3/googleanalytics"
}
}
}