We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c32ca commit 8ad1999Copy full SHA for 8ad1999
src/Collections/PhpTranslations.php
@@ -16,7 +16,7 @@ public function dot(): Collection
16
{
17
return new Collection(
18
Arr::dot(
19
- static::prepareTranslations($this->items)
+ static::prepareTranslations($this->items) ?? []
20
)
21
);
22
}
0 commit comments