Skip to content

Commit f170af7

Browse files
committed
capture root exception when messenger fails
1 parent 23c4d7d commit f170af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/InspectorExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class InspectorExtension extends Extension implements PrependExtensionInterface
2424
/**
2525
* Current version of the bundle.
2626
*/
27-
const VERSION = '1.7.1';
27+
const VERSION = '1.8.0';
2828

2929
public function prepend(ContainerBuilder $container): void
3030
{

0 commit comments

Comments
 (0)