init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php declare(strict_types = 1);
|
||||
|
||||
namespace MailPoet\Doctrine\WPDB;
|
||||
|
||||
if (!defined('ABSPATH')) exit;
|
||||
|
||||
|
||||
use MailPoetVendor\Doctrine\DBAL\Driver\AbstractMySQLDriver;
|
||||
|
||||
class Driver extends AbstractMySQLDriver {
|
||||
public function connect(array $params): Connection {
|
||||
return new Connection();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user