mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
* rename class/methods
This commit is contained in:
parent
9631885246
commit
5d11204de0
1 changed files with 3 additions and 3 deletions
|
@ -26,16 +26,16 @@ require_once "PEAR/Config.php";
|
|||
* PEAR commands for managing configuration data.
|
||||
*
|
||||
*/
|
||||
class PEAR_Command_Login extends PEAR_Command_Common
|
||||
class PEAR_Command_Auth extends PEAR_Command_Common
|
||||
{
|
||||
// {{{ constructor
|
||||
|
||||
/**
|
||||
* PEAR_Command_Login constructor.
|
||||
* PEAR_Command_Auth constructor.
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function PEAR_Command_Login(&$ui, &$config)
|
||||
function PEAR_Command_Auth(&$ui, &$config)
|
||||
{
|
||||
parent::PEAR_Command_Common($ui, $config);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue