📄 Viewing: 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
{
}

🌑 DarkStealth — WP Plugin Edition

Directory: /home/httpd/html/matrixmodels.com/public_html/phpMyAdmin/libraries/classes/Engines