Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / block / block.install
index 6545a1997a590fea155dc6b36c6c5a21654a637f..50b27585f36b12529e16546f7d4f115a10961894 100644 (file)
@@ -73,7 +73,7 @@ function block_update_8001() {
         // their own updates.
         $update_backup[$block->get('id')] = [
           'missing_context_ids' => $backup_values,
-          'status' => $block->get('status')
+          'status' => $block->get('status'),
         ];
       }
     }