cf-helper-php
cf-helper-php copied to clipboard
Fixed issues when detecting connector
When detecting the connector, it is returning the connector string instead of the database type, such as MongoDB, MySQL, or PostgreSQL
$connectorName = substr_replace($connectorName, "Connector", 0);
The one above is returning the value of "Connector."
Could you please approve this pull request? It is currently blocking the use of this library.
Hi @ArthurHlt ,
Could you please approve this pull request? It is currently blocking the use of this library.