Bala Wang
Bala Wang
So far looks like request post to webhook receiver is anonymous. Can this be a configuration of adding more header options? For example: create a captain_hook.request_header callable (like `$transformer`), then...
[#773 ]: RequestCriteria supports for morph relationship query
**Problem** Query for morphTo relationship will get an exception of "Please use whereHasMorph for morph relationship" error. **Idea of change** Add new condition for a bit more complex setups as...
**Phenomenon** With below data structure, if I use `toTree`, the items indexed with `2` will be eliminated from the result. ``` $categories = [ 0 => [ "id" => 10068,...