Skip to content

Commit

Permalink
Merge pull request #20 from IBEC-BOX/fix/nullable-content
Browse files Browse the repository at this point in the history
fix: nullable content
  • Loading branch information
ast21 authored Oct 30, 2024
2 parents f20ac16 + ebc4243 commit 11982bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/API/Data/LocalizationData.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class LocalizationData extends Data
{
public function __construct(
public string $key,
public string $content,
public ?string $content,
) {}
}

0 comments on commit 11982bd

Please sign in to comment.