Skip to content

Commit 029ae0a

Browse files
committed
chore: update bidirectional comment
1 parent ba3b59b commit 029ae0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Fields/Settings/Bidirectional.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
trait Bidirectional
1717
{
1818
/**
19-
* Create a bidirectional relationship between two or more fields. Note: this requires setting a custom key for each related field via the `key` method, and passing those related fields' keys to this method.
20-
* @see https://www.advancedcustomfields.com/resources/bidirectional-relationships/ for details & caveats
19+
* Create a bidirectional relationship between two or more fields. This requires setting a custom key for each
20+
* related field using the `key` method and passing the keys of those related fields to this method.
21+
* @see https://www.advancedcustomfields.com/resources/bidirectional-relationships/
2122
*/
2223
public function bidirectional(array|string $keys): static
2324
{

0 commit comments

Comments
 (0)