-
Notifications
You must be signed in to change notification settings - Fork 195
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
Address comments on #2492 #2499
Conversation
* Add missing filterhooks. * Add missing vars for tests. * Fix clone database workflow creation.
the diff for this PR ended up still showing commits from master i already pushed to |
@@ -296,6 +296,7 @@ private function addBuiltInCommandsAndHooks() | |||
{ | |||
// List of all hooks and commands. Update via 'composer update-class-lists' | |||
$this->commands = [ | |||
'Consolidation\\Filter\\Hooks\\FilterHooks', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good find; wonder when this got dropped.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That didn't... those are more recent changes already on 3.x
that I merged back. I closed this PR because I merged the 3.x changes back to Jordan's branch too but they were still showing in this PR, and they're not real changes, so I made a new PR that doesn't show them.
No description provided.