We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi all,
Just found a problem when I use Laravel:
Str::singular('receives') ==> receife
And the library use 'doctrine/inflector' so sumit an issue here.
Sorry that I am not family with submit issues, please correct me if my format is not good.
Thanks
The text was updated successfully, but these errors were encountered:
@jwage Is this even a legitimate bug? I don't think Inflector is meant to handle verbs.
Sorry, something went wrong.
Ya, you are right. It would probably be an enhancement to handle verbs with a new api.
No branches or pull requests
Hi all,
Just found a problem when I use Laravel:
Str::singular('receives') ==> receife
And the library use 'doctrine/inflector' so sumit an issue here.
Sorry that I am not family with submit issues, please correct me if my format is not good.
Thanks
The text was updated successfully, but these errors were encountered: