Skip to content

Commit f3708c8

Browse files
committed
[Messenger] made a const private
1 parent 6a4a49e commit f3708c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transport/Doctrine/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*/
3030
class Connection
3131
{
32-
const DEFAULT_OPTIONS = [
32+
private const DEFAULT_OPTIONS = [
3333
'table_name' => 'messenger_messages',
3434
'queue_name' => 'default',
3535
'redeliver_timeout' => 3600,

0 commit comments

Comments
 (0)