Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / rest / tests / fixtures / update / drupal-8.rest-rest_update_8203.php
index 15acff94094f95177faeed1c293a00ec6d6e3a2b..c20ba9531d4e35b2da400d5f484a00c9113e4409 100644 (file)
@@ -53,6 +53,6 @@ $data = $connection->insert('config')
   ->fields([
     'name' => 'rest.settings',
     'data' => serialize($config),
-    'collection' => ''
+    'collection' => '',
   ])
   ->execute();