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
Browsing through the code I noticed that Symfony\Component\HttpKernel\KernelInterface and Symfony\Component\HttpKernel\Kernel have a method called isClassInActiveBundle which doesn’t seem to be used anywhere. I know it’s marked as api but I was wondering if we really need it or if it was overlooked during refactoring.