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 41f5312 commit d8de907Copy full SHA for d8de907
src/Transformers/DictionaryTransformer.php
@@ -30,6 +30,6 @@ private function dictionary(): Dictionary
30
return Facades\Dictionary::find($dictionary);
31
}
32
33
- return Facades\Dictionary::find($dictionary['type']);
+ return Facades\Dictionary::find($dictionary['type'], $dictionary);
34
35
0 commit comments