Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / validator / Tests / Fixtures / CallbackClass.php
index 0f6a2f4ae3d9f4d9bc156d49f5f4bc7693944ca2..073efb5d9097622c6eee9347d2f720d0c16eae19 100644 (file)
@@ -11,7 +11,7 @@
 
 namespace Symfony\Component\Validator\Tests\Fixtures;
 
-use Symfony\Component\Validator\ExecutionContextInterface;
+use Symfony\Component\Validator\Context\ExecutionContextInterface;
 
 /**
  * @author Bernhard Schussek <bschussek@gmail.com>