Sindbad~EG File Manager

Current Path : /var/www/html/pma/libraries/classes/Config/Forms/Page/
Upload File :
Current File : /var/www/html/pma/libraries/classes/Config/Forms/Page/TableStructureForm.php

<?php
/**
 * User preferences form
 */

declare(strict_types=1);

namespace PhpMyAdmin\Config\Forms\Page;

use PhpMyAdmin\Config\Forms\BaseForm;
use PhpMyAdmin\Config\Forms\User\MainForm;

class TableStructureForm extends BaseForm
{
    /**
     * @return array
     */
    public static function getForms()
    {
        return [
            'TableStructure' => MainForm::getForms()['TableStructure'],
        ];
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists