Yii::t('SpaceProfilesModule.base', 'Rescue Center (Default)'), ]; } public static function resolveView(?string $templateKey): string { if ($templateKey === self::TEMPLATE_RESCUE_CENTER || empty($templateKey)) { return 'templates/rescue-center'; } return 'templates/rescue-center'; } }