/
home
/
obinna
/
html
/
restaurants
/
var
/
phpmyadmin
/
src
/
Engines
/
Upload File
HOME
<?php /** * The MERGE storage engine */ declare(strict_types=1); namespace PhpMyAdmin\Engines; use PhpMyAdmin\StorageEngine; /** * The MERGE storage engine */ class Merge extends StorageEngine { }