You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -368,7 +368,7 @@ $context = ['foo' => 456];
368
368
369
369
### CopyKey
370
370
371
-
Copies the current key from the key context. This strategy requires the key context to be set by another strategy. By default the key context is `null`. Currently only the [collection strategy](#collection)sets a key context.
371
+
Copies the current key from the key context. By default the key context is `null`. Key context may be set by `CollectionMapper` or the [collection](#collection)strategy.
0 commit comments