Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Messenger] Fixed DIC config when the messenger is not installed #30881

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 1 commit into from
Apr 6, 2019

Conversation

lyrixx
Copy link
Member

@lyrixx lyrixx commented Apr 6, 2019

Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

EUFOSSA


Fix:


In getConsole_Command_MessengerStopWorkersService.php line 9:
                                                                                                      
  Attempted to load class "StopWorkersCommand" from namespace "Symfony\Component\Messenger\Command".  
  Did you forget a "use" statement for another namespace?                                             
                                                                                                      

@fabpot
Copy link
Member

fabpot commented Apr 6, 2019

Thank you @lyrixx.

@fabpot fabpot merged commit 292021b into symfony:master Apr 6, 2019
fabpot added a commit that referenced this pull request Apr 6, 2019
…talled (lyrixx)

This PR was merged into the 4.3-dev branch.

Discussion
----------

[Messenger] Fixed DIC config when the messenger is not installed

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

EUFOSSA

---

Fix:

```

In getConsole_Command_MessengerStopWorkersService.php line 9:

  Attempted to load class "StopWorkersCommand" from namespace "Symfony\Component\Messenger\Command".
  Did you forget a "use" statement for another namespace?

```

Commits
-------

292021b [Messenger] Fixed DIC config when the messenger is not installed
@lyrixx lyrixx deleted the messenger-cmd branch April 6, 2019 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants