Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzipp committed Aug 11, 2024
1 parent 897434a commit b21c0f6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,12 @@ php artisan aggregates:bulk-aggregate {--queued} {--queue=} {--class=}

The following relationships are supported and tested:

- [`Provider::belongsTo()`](tests/Support/BasicProvider.php) <-> [`Consumer::hasMany()`](tests/Support/BasicConsumer.php)
- [`Provider::hasOneThrough()`](tests/Support/PivotProvider.php) <- `Pivot` -> [`Consumer::hasManyThrough()`](tests/Support/PivotConsumer.php) ⚠️ WIP
- [`Provider::belongsTo()`](tests/Support/BasicProvider.php) <-> [`Consumer::hasMany()`](tests/Support/BasicConsumer.php)
✅ Model Events
✅ Bulk Aggregation
- [`Provider::hasOneThrough()`](tests/Support/PivotProvider.php) <-> `Pivot` <-> [`Consumer::hasManyThrough()`](tests/Support/PivotConsumer.php) ⚠️ WIP
❌ Model Events
✅ Bulk Aggregation

## Testing

Expand Down

0 comments on commit b21c0f6

Please sign in to comment.