Sindbad~EG File Manager

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

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

declare(strict_types=1);

namespace PhpMyAdmin\Config\Forms\Setup;

use PhpMyAdmin\Config\Forms\BaseForm;

class ConfigForm extends BaseForm
{
    /**
     * @return array
     */
    public static function getForms()
    {
        return [
            'Config' => [
                'DefaultLang',
                'ServerDefault',
            ],
        ];
    }
}

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