Loading
Issue #3619363: Use protected instead of private properties
DependencySerializationTrait does not support private properties, so change all constructor-promoted properties in classes that use it (forms, the permissions class, and the AlterHooks service) from private to protected.
Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Closes #3619363