Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Database / SchemaObjectDoesNotExistException.php
index b2af58413af09eb24fcbcc7d2d847871835e3a8a..f12eb04377785612e06c428617b5084a8d7b685e 100644 (file)
@@ -9,4 +9,4 @@ namespace Drupal\Core\Database;
  * modify a database table, field, or index that does not currently exist in
  * the database schema.
  */
-class SchemaObjectDoesNotExistException extends SchemaException implements DatabaseException { }
+class SchemaObjectDoesNotExistException extends SchemaException implements DatabaseException {}