Add serializable DB connection wrapper
[MAILPOET-2014]
This commit is contained in:
@@ -16,6 +16,7 @@ class ConnectionFactory {
|
||||
function createConnection() {
|
||||
$platform_class = self::PLATFORM_CLASS;
|
||||
$connection_params = [
|
||||
'wrapperClass' => SerializableConnection::class,
|
||||
'driver' => self::DRIVER,
|
||||
'platform' => new $platform_class,
|
||||
'host' => Env::$db_host,
|
||||
|
Reference in New Issue
Block a user