Files
SIGE-WEB-snapshot/wp-content/plugins/fluent-smtp/app/Services/DB/QueryBuilder/Adapters/Mysql.php

11 lines
170 B
PHP

<?php
namespace FluentMail\App\Services\DB\QueryBuilder\Adapters;
class Mysql extends BaseAdapter
{
/**
* @var string
*/
protected $sanitizer = '`';
}