Skip to content

Conversation

sylfabre
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? no test
Documented? no
Fixed tickets none
License MIT
  • Entity type is interface2
  • SubscriptionDiscount inherits Entity

Exception message is:
Type "Entity" can't inherits "SubscriptionDiscount" because "interface2" is not allowed type (["object","interface"])

and should be:
Type "SubscriptionDiscount" can't inherit "Entity" because its type ("interface2") is not allowed type (["object","interface"])

@mcg-web
Copy link
Contributor

mcg-web commented May 31, 2018

thank you @sylfabre 👍 !

@mcg-web mcg-web merged commit 921329d into overblog:master May 31, 2018
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

Successfully merging this pull request may close these issues.

4 participants