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 4653a2a commit 886896dCopy full SHA for 886896d
Transport/Doctrine/Connection.php
@@ -29,7 +29,7 @@
29
*/
30
class Connection
31
{
32
- const DEFAULT_OPTIONS = [
+ private const DEFAULT_OPTIONS = [
33
'table_name' => 'messenger_messages',
34
'queue_name' => 'default',
35
'redeliver_timeout' => 3600,
0 commit comments