We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8d14d commit 25ad93aCopy full SHA for 25ad93a
RabbitMq/Producer.php
@@ -10,7 +10,7 @@
10
*/
11
class Producer extends BaseAmqp implements ProducerInterface
12
{
13
- const DEFAULT_CONTENT_TYPE = 'text/plain';
+ public const DEFAULT_CONTENT_TYPE = 'text/plain';
14
protected $contentType = Producer::DEFAULT_CONTENT_TYPE;
15
protected $deliveryMode = 2;
16
protected $defaultRoutingKey = '';
0 commit comments