Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Traits / Core / Config / SchemaConfigListenerTestTrait.php
index e2cc00cf4ddd397746b9ad2c2fafdcbbe7d9a20d..5a73cad4bbfba8943eb4681de79c9b40dde83ce8 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Drupal\Tests\Traits\Core\Config;
 
-use \Drupal\Core\Config\Schema\SchemaIncompleteException;
+use Drupal\Core\Config\Schema\SchemaIncompleteException;
 
 /**
  * Adds a test for the configuration schema checker use in tests.