Fix comments for Echomail Notifications
This commit is contained in:
@@ -17,18 +17,14 @@ class Test extends Echomails
|
||||
|
||||
private const LOGKEY = 'NNP';
|
||||
|
||||
private Echomail $mo;
|
||||
|
||||
/**
|
||||
* Reply to a netmail ping request.
|
||||
* Respond to a test in echomail.
|
||||
*
|
||||
* @param Echomail $mo
|
||||
*/
|
||||
public function __construct(Echomail $mo)
|
||||
public function __construct(private Echomail $mo)
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->mo = $mo;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user