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 config commands not registered #222

Closed

Conversation

david-d-h
Copy link

@david-d-h david-d-h commented Oct 19, 2023

This PR fixes two tiny things, one of them being that values were being returned inside of the MinifyApplicationCommand::deleteDirectoryRecursive method.

And the other issue being one that is described in #168 and #160, this PR registers the LoadStartupConfigurationCommand and LoadPHPConfigurationCommand commands in the service provider's configurePackage method instead of dynamically resolving them later.

(These commands do get registered it seems, but they don't get registered on time. I assume this command is ran internally while they are not yet registered.)

Closes #168

…d` to the package's service provider configuration.
@simonhamp simonhamp self-assigned this Jan 29, 2024
@simonhamp
Copy link
Member

I believe the underlying issue that was causing this has been resolved, so I think this PR can probably be closed.

Can you confirm @david-d-h?

@simonhamp simonhamp closed this May 3, 2024
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.

[Bug]: Missing commands, native:config and native:php-ini
2 participants