Skip to content

Commit

Permalink
Fix directive format
Browse files Browse the repository at this point in the history
Co-authored-by: Rene Brandel <[email protected]>
  • Loading branch information
palpatim and renebrandel authored Dec 18, 2024
1 parent 6d9b74b commit 644a669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ type PostTags
}
```

For more control over the join table's authorization rules, you can create the join table explicitly, linking it to each model with a `hasMany/belongsTo` relationship, and set appropriate auth rules for your application.
For more control over the join table's authorization rules, you can create the join table explicitly, linking it to each model with a `@hasMany`/`@belongsTo` relationship, and set appropriate auth rules for your application.

### How it works

Expand Down

0 comments on commit 644a669

Please sign in to comment.