Skip to content

Commit 03c73f9

Browse files
authored
Merge pull request #21 from Lunyyx/patch-1
fix: deprecation of `Symfony\Component\HttpKernel\DependencyInjection\Extension`
2 parents 70b14f4 + 74344f7 commit 03c73f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/TinymceExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use Symfony\Component\DependencyInjection\ContainerBuilder;
88
use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
99
use Symfony\Component\DependencyInjection\Loader;
10-
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
10+
use Symfony\Component\DependencyInjection\Extension\Extension;
1111

1212
/**
1313
* This is the class that loads and manages your bundle configuration.

0 commit comments

Comments
 (0)