* Projet: parquets-et-lambris-de-vallereuil.com * Date: 16/03/2023 */ class MyOwnSQLHandler extends MySQLHandler { public function __construct(PDO|ConnectionInterface $pdo = null, string $table, array $additionalFields = [], bool|int $level = Logger::DEBUG, bool $bubble = true) { $this->pdo = $pdo; parent::__construct(null, $table, $additionalFields, $level, $bubble); } }