8000 [Messenger] made a const private · symfony/symfony@9669e13 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9669e13

Browse files
committed
[Messenger] made a const private
1 parent dafc357 commit 9669e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/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)
0