TEMP : try to check if the index.php can read Gateways, use new $gateway, add gateway path in composer.json
continuous-integration/drone/push Build is passing Details

master
dorian.hodin 2 years ago
parent 9506eb45ba
commit c053d20473

@ -9,7 +9,8 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"ExceptionHandle\\" : "../ExceptionHandle" "ExceptionHandle\\" : "../ExceptionHandle",
"Gateway\\" : "../Gateway"
} }
} }
} }

Loading…
Cancel
Save