-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class 'chriskacerguis\RestServer\RecursiveIteratorIterator' not found #1111
Comments
Thank you for this. In my case
adding
solved my issues. |
@chriskacerguis I can submit a pull request for this if you agree? |
Stale issue message |
Anyone could solve this?
|
@chriskacerguis Please can you merge this fix? |
Describe the bug
Using the post() method with no variables causes fatal error:
Class 'chriskacerguis\RestServer\RecursiveIteratorIterator' not found
To Reproduce
Try to access the request post using method post() with no variables:
Fatal error will show.
Expected behavior
Expect to receive a full array of post data.
Screenshots / Error Messages
n/a
Environment (please complete the following information):
Additional context
This just needs a use statement so PHP is not looking in the local namespace for the class. Add the following to line 7 of RestController.php:
The text was updated successfully, but these errors were encountered: