test fixing

This commit is contained in:
Čarodej
2022-05-31 16:25:09 +02:00
parent c912166905
commit 428b4c87a3
3 changed files with 10 additions and 10 deletions

View File

@@ -12,8 +12,8 @@ class ResetPassword extends Notification
/**
* Create a new notification instance.
*/
private function __construct(
private string $token
public function __construct(
public string $token
) {}
/**