Skip to content

Commit f490077

Browse files
committed
use null dsn.
1 parent c1223cf commit f490077

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

DependencyInjection/EnqueueExtension.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ public function load(array $configs, ContainerBuilder $container)
5555
// enable null transport by default.
5656
array_unshift($configs, [
5757
'transport' => [
58-
'default' => 'null',
59-
'null' => [],
60-
]
58+
'default' => 'null://',
59+
],
6160
]);
6261

6362
$config = $this->processConfiguration(new Configuration($this->factories), $configs);

0 commit comments

Comments
 (0)