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

Fix contract dependency from concrete implementation #110

Merged

Conversation

antonkomarev
Copy link
Member

@antonkomarev antonkomarev commented Sep 3, 2019

Exception Cog\Contracts\Love\Reaction\Exceptions\RateOutOfRange shouldn't depend on concrete Cog\Laravel\Love\Reaction\Models\Reaction class.

If you implemented Cog\Contracts\Love\Reaction\Models\Reaction interface by yourself - this change will be breaking. It will be done in minor release because it's fixing contracts dependencies issue.

@antonkomarev antonkomarev added this to the v8.1.0 milestone Sep 3, 2019
@antonkomarev antonkomarev self-assigned this Sep 3, 2019
@antonkomarev antonkomarev merged commit 849a7f2 into master Sep 3, 2019
@antonkomarev antonkomarev deleted the fix/contract-dependency-from-concrete-implementation branch September 3, 2019 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant