Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Database / SchemaObjectExistsException.php
index 3390b175909250223b6bc568cf2a46d7680c6c39..76444e1032f32b194d497328d7c2e53a16e3c9cd 100644 (file)
@@ -9,4 +9,4 @@ namespace Drupal\Core\Database;
  * create a new database table, field, or index that already exists in the
  * database schema.
  */
-class SchemaObjectExistsException extends SchemaException implements DatabaseException { }
+class SchemaObjectExistsException extends SchemaException implements DatabaseException {}