Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Aug 8, 2023
1 parent 6346504 commit e896877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/eloquent-casting.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ app(DataConfig::class)->enforceMorphMap([
'cd_record_config' => CdRecordConfig::class,
'vinyl_record_config' => VinylRecordConfig::class,
]);
```php
```

## Casting data collections

Expand Down

0 comments on commit e896877

Please sign in to comment.