Commit 8875746c authored by Vladyslav Sadretdinov's avatar Vladyslav Sadretdinov Committed by Andrii Podanenko
Browse files

Issue #3292470 by SVICER: Warnings on cache rebuild after upgrade to drupal/core:^9.4

parent 6c55baf9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ function openy_addthis_form_node_form_alter(&$form, FormStateInterface $form_sta
 */
function openy_addthis_entity_base_field_info(EntityTypeInterface $entity_type) {
  if ($entity_type->id() != 'node') {
    return FALSE;
    return [];
  }

  $fields['addthis'] = BaseFieldDefinition::create('boolean')