Skip to content

Commit

Permalink
No events for Has Many Through relations
Browse files Browse the repository at this point in the history
  • Loading branch information
chelout committed Mar 28, 2018
1 parent 25e80af commit 92df419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class User extends Model


### Has Many Through:
- hasManyThrough
- no events to be added


### One To One Polymorphic Relations:
Expand Down Expand Up @@ -256,7 +256,7 @@ class User extends Model
## Todo

- ~~Implement Many To Many polymorphic relations events.~~
- Dive into Has Many Through and understand if there could be some events.
- ~~Dive into Has Many Through and understand if there could be some events.~~
- Move fireModelRelationshipEvent() method to relation concerns in order to create dispatchable relationship events:
```php
protected $dispatchesEvents = [
Expand Down

0 comments on commit 92df419

Please sign in to comment.