Skip to content

Commit

Permalink
allow null
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jun 17, 2024
1 parent 7e80af4 commit a5d54a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function __construct(
public string $title,
public string $description,
public array $meta_data,
public string $thumbnail,
public ?string $thumbnail = null,
public ?string $age = null,
) {
}
Expand Down

0 comments on commit a5d54a4

Please sign in to comment.