|
|
@@ -9,7 +9,7 @@ class AskNotice extends Members |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
public function __construct( |
|
|
public function __construct( |
|
|
protected Customer $customer, |
|
|
|
|
|
|
|
|
Customer $customer, |
|
|
private Ask $app |
|
|
private Ask $app |
|
|
) { |
|
|
) { |
|
|
parent::__construct($customer); |
|
|
parent::__construct($customer); |
|
|
|