Problem
The casing seems weird and off-standard. Classes/Traits should start upper-case. API is spelled "Api" in camel case.
Proposed resolution
Fix it quickly before next release.
Issue fork lupus_decoupled-3496502
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
kul.pratap commentedComment #6
useernamee commentedI added a MR, since I was already working on ld.
Comment #7
roderik[ catching simple reviews from fago ]
TIL trait names are case insensitive (unlike class names). So even if someone else would already be using this trait, things will not break.
(Tested by only renaming the trait, and leaving the 'use' statements unchanged: things still work.)
Comment #9
fago