Skip to content

Commit

Permalink
Merge pull request #39 from Laravel-Lang/2.x
Browse files Browse the repository at this point in the history
Make the `$locale` property in `LocaleData` public
  • Loading branch information
andrey-helldar authored Jun 22, 2024
2 parents 687cdca + e2503ab commit 9467597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/LocaleData.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class LocaleData
public readonly DeprecatedDirection|Direction $direction;

public function __construct(
LocaleEnum $locale,
public readonly LocaleEnum $locale,
array $data,
NativeData $locales,
?NativeData $countries,
Expand Down

0 comments on commit 9467597

Please sign in to comment.