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
Since 3.83, Pool is just used as a registry for admin instances, but it still has setAdminServiceIds, setAdminGroups and setAdminClasses.
We could add these parameters in the constructor (I think these methods are always called in AddDependencyCallsCompilerPass) and there will be no need of setters anymore.
The text was updated successfully, but these errors were encountered:
Feature Request
Since 3.83, Pool is just used as a registry for admin instances, but it still has
setAdminServiceIds
,setAdminGroups
andsetAdminClasses
.We could add these parameters in the constructor (I think these methods are always called in
AddDependencyCallsCompilerPass
) and there will be no need of setters anymore.The text was updated successfully, but these errors were encountered: