Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trait NoDelete and NoGet not compatible with RestInterface #14

Open
misha-rollun opened this issue Feb 17, 2021 · 0 comments
Open

Trait NoDelete and NoGet not compatible with RestInterface #14

misha-rollun opened this issue Feb 17, 2021 · 0 comments

Comments

@misha-rollun
Copy link
Contributor

misha-rollun commented Feb 17, 2021

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

@misha-rollun misha-rollun changed the title Trait NoDelete not compatible with RestInterface Trait NoDelete and NoGet not compatible with RestInterface Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant