Closed tpetry closed 3 years ago
hey @tpetry thanks for the PR, looks straight forward and will be a nice change. Let me check a few things and i'll get this merged in. thanks!
:tada: This PR is included in version 1.5.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
The implementation has a hardcoded expectation on the naming of model primary keys which are changeable in eloquent. The proposed change makes the implementation adaptable to the changes done by developers by using eloquent's standard functions to operate on models.