You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 andinclude
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.
The text was updated successfully, but these errors were encountered: