@@ -34,7 +34,7 @@ |
||
34 | 34 | |
35 | 35 | public function __construct(string $email, string $name) |
36 | 36 | { |
37 | - $this->email = $email; |
|
37 | + $this->email = $email; |
|
38 | 38 | $this->name = $name; |
39 | 39 | } |
40 | 40 |