Commit e5772a9
committed
minor symfony#61394 [Messenger] Show package installation hint also for amqps (shyim)
This PR was merged into the 6.4 branch.
Discussion
----------
[Messenger] Show package installation hint also for amqps
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes?
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
A customer was confused that he could not use `amqps`, but he did forget to install the package. Adjusted the check to show that package also for `amqps` urls
Commits
-------
f951ffc [Messenger] Show package installation hint also for amqpsFile tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Messenger/Transport
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments