You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead.
It may change without further notice. You should not use it from "Jose\Bundle\JoseFramework\DependencyInjection\JoseFrameworkExtension".
How to reproduce
Just run any script and check the Logs -> Deprecations tab, on Symfony profiler.
Possible Solution
Update the class to what's recommended in the deprecation warning message: Symfony\Component\DependencyInjection\Extension\Extension
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Version(s) affected
4.0.2
Description
Deprecation notice details:
How to reproduce
Just run any script and check the Logs -> Deprecations tab, on Symfony profiler.
Possible Solution
Update the class to what's recommended in the deprecation warning message:
Symfony\Component\DependencyInjection\Extension\Extension
Additional Context
No response
The text was updated successfully, but these errors were encountered: