Commit 54636c9e authored by David Kitchen's avatar David Kitchen
Browse files

Issue #3139942: Automated Drupal Rector fixes

parent 42c2f7d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
name: 'Commerce License Entity Field'
type: module
description: "Provides a Commerce License type which sets a value on one of the user's entities."
core: 8.x
core_version_requirement: ^8.8 || ^9
package: 'Commerce (contrib)'
dependencies:
  - commerce_license
  - dynamic_entity_reference
  - commerce_license:commerce_license
  - dynamic_entity_reference:dynamic_entity_reference
+1 −1
Original line number Diff line number Diff line
@@ -71,6 +71,6 @@ function commerce_license_entity_field_form_alter(&$form, FormStateInterface $fo
      ]);
    }

    drupal_set_message($message);
    \Drupal::messenger()->addStatus($message);
  }
}