<?php

namespace Drupal\mysqli\Plugin\views\query;

use Drupal\mysql\Plugin\views\query\MysqlCastSql;

/**
 * MySQLi specific cast handling.
 */
class MysqliCastSql extends MysqlCastSql {
}
