Skip to content

Commit 25ad93a

Browse files
Declare constant public
1 parent ca8d14d commit 25ad93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMq/Producer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class Producer extends BaseAmqp implements ProducerInterface
1212
{
13-
const DEFAULT_CONTENT_TYPE = 'text/plain';
13+
public const DEFAULT_CONTENT_TYPE = 'text/plain';
1414
protected $contentType = Producer::DEFAULT_CONTENT_TYPE;
1515
protected $deliveryMode = 2;
1616
protected $defaultRoutingKey = '';

0 commit comments

Comments
 (0)