aligned_layer
aligned_layer copied to clipboard
fix: AlignedLayerServiceManager.initialize Should Call ServiceManagerBase.__ServiceManagerBase_init
Description
- The
AlignedLayerServiceManagershould use the initializer from the base classServiceManagerBaseto handle ownership transfers rather than performing the transfer directly. This ensures that ownership changes are processed consistently and in accordance with the base class’s established mechanisms.