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

adding in AppFactory chain mixins #1

Merged
merged 1 commit into from
Apr 19, 2018
Merged

adding in AppFactory chain mixins #1

merged 1 commit into from
Apr 19, 2018

Conversation

philipwhitt
Copy link
Member

No description provided.

@philipwhitt philipwhitt merged commit 112f9f7 into master Apr 19, 2018

public function addAppFactory(AppFactory $appFactory) {
Copy link
Member

Choose a reason for hiding this comment

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

Should this be wrapDefaultInvokerApp to support the possibility of injecting apps in other areas of the chain at a later date? addAppFactory sounds too generic for how specific the implementation is

Copy link
Member Author

Choose a reason for hiding this comment

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

Considering this is the opinionated implementation of fliglio, the default apps are necessary for the framework to work/bootstrap. The only possible injection point is right before the DefaultInvoker.

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