Commit 76caab8
authored
Remove usage of the deprecated base extension from HttpKernel (#1204)
The base extension available in HttpKernel only adds support for registering
some classes to be added in the cache warmer of the doctrine/annotations
parser, compared to the base class of the DI component.
As annotations are not supported anymore in Symfony 7, this base class has been
deprecated in Symfony 7.1.
As this bundle does not rely on the extra feature, it can use the base class
from DI directly.1 parent c2fb20c commit 76caab8
File tree
1 file changed
+1
-1
lines changed- src/Bridge/Symfony/DependencyInjection
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments