File "MySQL80Platform.php"

Full Path: /home/warrior1/public_html/plugins/mailpoet/vendor-prefixed/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySQL80Platform.php
File size: 231 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Doctrine\DBAL\Platforms;
if (!defined('ABSPATH')) exit;
class MySQL80Platform extends MySQL57Platform
{
 protected function getReservedKeywordsClass()
 {
 return Keywords\MySQL80Keywords::class;
 }
}