|
@@ -4,12 +4,12 @@ namespace DNB;
|
|
|
|
|
|
class Prospectus extends AbstractPostSerializable implements PostSerializableInterface {
|
|
class Prospectus extends AbstractPostSerializable implements PostSerializableInterface {
|
|
|
|
|
|
- private Assigment $assigment;
|
|
+ private Assignment $assigment;
|
|
private Questionaire $questionaire;
|
|
private Questionaire $questionaire;
|
|
private Customer $customer;
|
|
private Customer $customer;
|
|
|
|
|
|
public function __construct(
|
|
public function __construct(
|
|
- Assigment $assigment,
|
|
+ Assignment $assigment,
|
|
Questionaire $questionaire,
|
|
Questionaire $questionaire,
|
|
Customer $customer
|
|
Customer $customer
|
|
) {
|
|
) {
|