Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Let AbstractDb implement AdapterAwareInterface #46

Closed

Conversation

raultabacu
Copy link
Contributor

No description provided.

@@ -23,6 +24,8 @@
*/
abstract class AbstractDb extends AbstractValidator
{
use AdapterAwareTrait;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is of no use unless you also implement AdapterAwareInterface. I'll add that when merging.

weierophinney added a commit that referenced this pull request Feb 17, 2016
Let AbstractDb implement AdapterAwareInterface
weierophinney added a commit that referenced this pull request Feb 17, 2016
Added tests to number 46 to verify behavior, and updated `AbstractDb` to
implement `AdapterAwareInterface`, which was the point of composing the
trait in the first place.
weierophinney added a commit that referenced this pull request Feb 17, 2016
weierophinney added a commit that referenced this pull request Feb 17, 2016
@weierophinney
Copy link
Member

Merged to develop for release with 2.6.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants