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
Yes it's a good idea to inject the correct service but the container property is protected so we need to add a bc layer so this property can be removed in 8.0 and we can already inject the new dependency.
The container parameter in the constructor can be null and then this line will trigger an error https://github.com/Kunstmaan/KunstmaanBundlesCMS/blob/7.x/src/Kunstmaan/PagePartBundle/PagePartAdmin/PagePartAdmin.php#L270
Maybe we can remove the container and inject only the event dispatcher?
The text was updated successfully, but these errors were encountered: