Open
Description
If we use the package but do not register the Service Provider, it's not immediately obvious why requests do not work as expected.
Because Gravure\Api\Http\Request
is resolved by the IOC as a new blank query, none of the actual parameters are passed back to it, in particular pagination and include
parameters.
The package should probably throw an error if the Request object it receives did not come through the expected Container Binding from the Service Provider.
Metadata
Metadata
Assignees
Labels
No labels