Skip to content

Can't override default formatters #435

@ZhukV

Description

@ZhukV

Previously (to #267) we can change the default logic and formatters in our application by providers. As an example, we override uuid function for correct return UuidInterface (object instead of string). All correct work previously, because our provider have large priority than default provider for uuid. After merge #267, previously you check the method existence in generator, and only if method not exist, check in providers. As result, if method uuid exist in generator class, our provider don't called never.

Any solution for override default generator logic?

Thank, have a nice day!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions