Skip to content

Fix "command defined in ....\SetupBrokerCommand" cannot have an empty name and configure() must be compatible with Enqueue\Symfony\Client\SetupBrokerCommand::configure(): void #32

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

Merged
merged 5 commits into from
Apr 4, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Rollback configure method
  • Loading branch information
Xavier Seguí Beltrán committed Apr 4, 2025
commit fe9f285ab10fabda1b976472db89530d244090da
7 changes: 0 additions & 7 deletions src/Command/SetupBrokerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,4 @@ public function __construct(SimpleClient $client)
{
parent::__construct($client->getDriver());
}

protected function configure()
{
parent::configure();

$this->setName('enqueue:setup-broker');
}
}