Dingo with Lumen 5.5 is not supporting availableIncludes with Fractal
- Dominant language
- PHP
- Stars
- 9.4k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
| Q | A
| ----------------- | ---
| Bug? |yes
| New Feature? | no
| Framework | Lumen
| Framework version | 5.5.1
| Package version | 1.0/2.0
| PHP version | 7.0.22
#### Actual Behaviour
When we add includes in the call, this are not executed and the object returns without any include
#### Expected Behaviour
if it's added a variable includes, this must be read and included into the array.
If we revert to 5.4, it's working as expected
#### Steps to Reproduce
Add an include in the Controller to be passed to the reponse->item or response->collection, this will not return any includes (at least for availableIncludes)
Contributor guide
Assessment
This issue has not been assessed yet.