Merge pull request #14857 from Tithugues/feature/remove-useless-proxies
Remove useless proxies
This commit is contained in:
commit
d4909c5198
@ -28,17 +28,6 @@ use Williamdes\MariaDBMySQLKBS\KBException;
|
||||
class ServerVariablesController extends Controller
|
||||
{
|
||||
|
||||
/**
|
||||
* Constructs ServerVariablesController
|
||||
*
|
||||
* @param \PhpMyAdmin\Response $response Response object
|
||||
* @param \PhpMyAdmin\DatabaseInterface $dbi DatabaseInterface object
|
||||
*/
|
||||
public function __construct($response, $dbi)
|
||||
{
|
||||
parent::__construct($response, $dbi);
|
||||
}
|
||||
|
||||
/**
|
||||
* Index action
|
||||
*
|
||||
|
||||
@ -23,14 +23,6 @@ use PhpMyAdmin\Util;
|
||||
*/
|
||||
class AuthenticationConfig extends AuthenticationPlugin
|
||||
{
|
||||
/**
|
||||
* AuthenticationConfig constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
* Displays authentication form
|
||||
*
|
||||
|
||||
@ -24,14 +24,6 @@ use PhpMyAdmin\Core;
|
||||
*/
|
||||
class AuthenticationHttp extends AuthenticationPlugin
|
||||
{
|
||||
/**
|
||||
* AuthenticationHttp constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
* Displays authentication form and redirect as necessary
|
||||
*
|
||||
|
||||
@ -21,14 +21,6 @@ use PhpMyAdmin\Util;
|
||||
*/
|
||||
class AuthenticationSignon extends AuthenticationPlugin
|
||||
{
|
||||
/**
|
||||
* AuthenticationSignon constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
* Displays authentication form
|
||||
*
|
||||
|
||||
@ -25,14 +25,6 @@ use PhpMyAdmin\Properties\Options\Items\TextPropertyItem;
|
||||
*/
|
||||
abstract class AbstractImportCsv extends ImportPlugin
|
||||
{
|
||||
/**
|
||||
* AbstractImportCsv constructor.
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the import plugin properties.
|
||||
* Called in the constructor.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user