Skip to content

Commit bd54ad6

Browse files
committed
CS
1 parent bab550b commit bd54ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/SentryExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected function loadInternal(array $mergedConfig, ContainerBuilder $container
7272

7373
// Remove Twig extension service if Twig is not installed to avoid autoloading failures on Symfony 8
7474
if (!class_exists(\Twig\Extension\AbstractExtension::class)) {
75-
$container->removeDefinition(\Sentry\SentryBundle\Twig\SentryExtension::class);
75+
$container->removeDefinition(TwigSentryExtension::class);
7676
}
7777

7878
$this->registerConfiguration($container, $mergedConfig);

0 commit comments

Comments
 (0)