Skip to content

Commit d8de907

Browse files
Fix error when importing file dictionary field (#111)
Pass config when resolving dictionaries
1 parent 41f5312 commit d8de907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transformers/DictionaryTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ private function dictionary(): Dictionary
3030
return Facades\Dictionary::find($dictionary);
3131
}
3232

33-
return Facades\Dictionary::find($dictionary['type']);
33+
return Facades\Dictionary::find($dictionary['type'], $dictionary);
3434
}
3535
}

0 commit comments

Comments
 (0)