File "Innobase.php"

Full Path: /home/vantageo/public_html/cache/.wp-cli/wp-content/plugins/wp-phpmyadmin-extension/lib/phpMyAdmin/libraries/classes/Engines/Innobase.php
File size: 176 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The Innobase storage engine
 */

declare(strict_types=1);

namespace PhpMyAdmin\Engines;

/**
 * The Innobase storage engine
 */
class Innobase extends Innodb
{
}