Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[11.x] Allow callback to be passed to
updateOrInsert()
to pass diff…
…erent `$values` if the record already exists (#51566) * allow a callback to be passed to `updateOrInsert()` to pass different `$values` if the record already exists * follow Laravel codestyle * update method signature to add parameter type hinting
- Loading branch information