inflector
inflector copied to clipboard
Singularization problem (receives)
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
@jwage Is this even a legitimate bug? I don't think Inflector is meant to handle verbs.
Ya, you are right. It would probably be an enhancement to handle verbs with a new api.