Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jul 21, 2024
1 parent c438fea commit ecdcd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ $user->roles()->toggle([2 => ['active' => true], 3])->save();

#### HasOneJson

Define a `HasOneJson relationship if you only want to retrieve a single related instance:
Define a `HasOneJson` relationship if you only want to retrieve a single related instance:

```php
class Role extends Model
Expand Down

0 comments on commit ecdcd2a

Please sign in to comment.