We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8893ecf commit 84348a3Copy full SHA for 84348a3
docs/relationships.md
@@ -35,8 +35,6 @@ Once you have defined and registered the collection, you can use it for a
35
relationship by calling the `collection` method with the name of the collection:
36
37
```php
38
-use App\Models\{Article, Post};
39
-
40
ToMany::make('activity')->collection('activity');
41
```
42
0 commit comments