mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 16:55:59 +03:00
[GH-ISSUE #278] Fix depreciated Doctrine\Common\Util\Inflector trait #226
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#226
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bradley-jarvis on GitHub (Feb 25, 2021).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/278
Doctrine\Common\Util\Inflector has been depreciated in favour of using Doctrine\Inflector\Inflector in newer versions of Doctrine2 used in the file library/OSS/Form/Trait/Doctrine2.php.
I came across this problem after a Gentoo system update, but I'm not sure what triggered the issue, it could have been caused by 'compositor upgrade'.
I have created a patch that fixes the issue