Skip to content

Commit

Permalink
chore: update bidirectional comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Feb 22, 2025
1 parent ba3b59b commit 029ae0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Fields/Settings/Bidirectional.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
trait Bidirectional
{
/**
* 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.
* @see https://www.advancedcustomfields.com/resources/bidirectional-relationships/ for details & caveats
* Create a bidirectional relationship between two or more fields. This requires setting a custom key for each
* related field using the `key` method and passing the keys of those related fields to this method.
* @see https://www.advancedcustomfields.com/resources/bidirectional-relationships/
*/
public function bidirectional(array|string $keys): static
{
Expand Down

0 comments on commit 029ae0a

Please sign in to comment.