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
{{ message }}
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.
I'm unable to create instance of Foxentry class due to invalid Foxentry\request class name. The library is loaded via Composer generated autoload.php file.
Please consider fixing Foxentry\request class/file-name to correspond to current PSR-4 specification:
As specified in PSR-4, 3.-3.:
"The terminating class name corresponds to a file name ending in .php. The file name MUST match the case of the terminating class name."
Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm unable to create instance of Foxentry class due to invalid
Foxentry\request
class name. The library is loaded via Composer generated autoload.php file.Please consider fixing
Foxentry\request
class/file-name to correspond to current PSR-4 specification:As specified in PSR-4, 3.-3.:
"The terminating class name corresponds to a file name ending in .php. The file name MUST match the case of the terminating class name."
Thank you.
The text was updated successfully, but these errors were encountered: