Skip to content

Commit

Permalink
Update database/relations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Jauvin <[email protected]>
  • Loading branch information
bennothommo and mjauvin authored Feb 28, 2024
1 parent f10373d commit b78ea54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/relations.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public function posts(): HasMany
}
```

Alternatively, you may also use the `Relation` attribute on the method to define it is as a relation method:
Alternatively, you may also use the `Relation` attribute on the method to define it as a relation method:

```php
use Winter\Storm\Database\Attributes\Relation;
Expand Down

0 comments on commit b78ea54

Please sign in to comment.