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

Allow proper usage of interfaces #98

Merged
merged 1 commit into from
Nov 24, 2020

Conversation

DerekCresswell
Copy link

The constructor for CronExpression should take a FieldFactoryInterface,
not FieldFactory.
FieldFactoryInterface should return FieldInterface.

I'm aware this is similar to PR #86 but I think this one is more complete.

Would close #97
Would close #86

The constructor for CronExpression should take a FieldFactoryInterface,
not FieldFactory.
@DerekCresswell
Copy link
Author

@dragonmantank This is a hold up for creating extensions of this library, such as what I am doing. It should be merged soon and (perhaps along with other minor patches around right now) be added to a minor release.

@dragonmantank dragonmantank merged commit 54a50e1 into dragonmantank:master Nov 24, 2020
@dragonmantank
Copy link
Owner

Thanks @DerekCresswell !

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.

Properly utilise interfaces
2 participants