| Current Path : /var/www/html/xfacil.desafio.com.py/public-vacio/pma/libraries/classes/Engines/ |
| Current File : /var/www/html/xfacil.desafio.com.py/public-vacio/pma/libraries/classes/Engines/Merge.php |
<?php
/**
* The MERGE storage engine
*/
declare(strict_types=1);
namespace PhpMyAdmin\Engines;
use PhpMyAdmin\StorageEngine;
/**
* The MERGE storage engine
*/
class Merge extends StorageEngine
{
}