Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Sep 20, 2024
1 parent ad84190 commit 5f64d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ResourceBundleTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ public static function provideRootLocales()
{
return array_map(
fn ($locale) => [$locale],
$this->getRootLocales()
static::getRootLocales()
);
}

Expand Down

0 comments on commit 5f64d72

Please sign in to comment.