Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor whereRaw to use whereColumn (#25)
Addresses the issue with json field relationship. E.g { "object_type": "comment", "object_id": "1" } $this->morphOne(Notification::class, 'data->object';)
- Loading branch information