Loading src/Plugin/WebformElement/WebformOfficeHours.php +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ class WebformOfficeHours extends WebformCompositeBase { // Add afterbuild to fix 'Limited to 1' setting. if (isset($form['element']['multiple'])) { $form['element']['multiple']['#after_build'] = [ [static::class, 'afterBuild'] [static::class, 'afterBuild'], ]; } Loading Loading
src/Plugin/WebformElement/WebformOfficeHours.php +1 −1 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ class WebformOfficeHours extends WebformCompositeBase { // Add afterbuild to fix 'Limited to 1' setting. if (isset($form['element']['multiple'])) { $form['element']['multiple']['#after_build'] = [ [static::class, 'afterBuild'] [static::class, 'afterBuild'], ]; } Loading