We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9c3ca commit 34c71c9Copy full SHA for 34c71c9
README.md
@@ -22,7 +22,7 @@ php artisan filament:assets
22
23
## Relationships
24
25
-#### Use the tree for a `BelongsToMany` relationship
+Use the tree for a `BelongsToMany` relationship
26
27
```PHP
28
use CodeWithDennis\FilamentSelectTree\SelectTree;
@@ -31,7 +31,7 @@ SelectTree::make('categories')
31
->relationship('categories', 'name', 'parent_id')
32
```
33
34
-#### Use the tree for a `BelongsTo` relationship
+Use the tree for a `BelongsTo` relationship
35
36
37
0 commit comments