1,4c1,4 < diff --git a/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeFormController.php b/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeFormController.php < index a2f3008..5b7c744 100644 < --- a/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeFormController.php < +++ b/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeFormController.php --- > diff --git a/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeForm.php b/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeForm.php > index c790efa..722db05 100644 > --- a/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeForm.php > +++ b/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTypeForm.php 67c67 < index 71db626..67726c1 100644 --- > index 845407d..17bb23e 100644 70c70 < @@ -708,3 +708,11 @@ function language_system_regional_settings_form_submit($form, &$form_state) { --- > @@ -682,3 +682,11 @@ function language_system_regional_settings_form_submit($form, &$form_state) { 317c317 < diff --git a/core/modules/shortcut/lib/Drupal/shortcut/Controller/ShortcutController.php b/core/modules/shortcut/lib/Drupal/shortcut/Controller/ShortcutController.php --- > diff --git a/core/modules/shortcut/src/Controller/ShortcutController.php b/core/modules/shortcut/src/Controller/ShortcutController.php 319,320c319,320 < --- a/core/modules/shortcut/lib/Drupal/shortcut/Controller/ShortcutController.php < +++ b/core/modules/shortcut/lib/Drupal/shortcut/Controller/ShortcutController.php --- > --- a/core/modules/shortcut/src/Controller/ShortcutController.php > +++ b/core/modules/shortcut/src/Controller/ShortcutController.php