Skip to content

Trait NoDelete and NoGet not compatible with RestInterface #14

@misha-rollun

Description

@misha-rollun

RestInterface has method delete be like:

public function delete($queryData = null);

but NoDelete trait has another interface:

public function delete($queryData = [])
{
    throw new \Exception('Not implemented method');
}

Same problem with NoGet

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions