Add classmap to gateway module to prevent SettingsStatus not found

This commit is contained in:
dinamiko 2021-10-01 10:33:48 +02:00
parent 9ebedbfd85
commit d7395f90af

View file

@ -10,7 +10,10 @@
"autoload": {
"psr-4": {
"WooCommerce\\PayPalCommerce\\WcGateway\\": "src"
}
},
"classmap": [
"src"
]
},
"minimum-stability": "dev",
"prefer-stable": true