Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Component / HttpFoundation / SecuredRedirectResponse.php
index 58a5a57d796ed9728f0eb57731b4abf647d36e31..931f816062f4f45bbe748ecd41b9149862028401 100644 (file)
@@ -2,7 +2,7 @@
 
 namespace Drupal\Component\HttpFoundation;
 
-use \Symfony\Component\HttpFoundation\RedirectResponse;
+use Symfony\Component\HttpFoundation\RedirectResponse;
 
 /**
  * Provides a common base class for safe redirects.