From c912fefc5789d97e9fda3b03929cd4186c79c36c Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Sat, 14 Apr 2018 00:33:28 +0100
Subject: [PATCH] Issue #2960324 by bdlangton, ameya1727, Chi, davidneedham:
 Wrong deprecation message in
 core/lib/Drupal/Core/Routing/RouteFilterInterface.php

---
 core/lib/Drupal/Core/Routing/RouteFilterInterface.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/lib/Drupal/Core/Routing/RouteFilterInterface.php b/core/lib/Drupal/Core/Routing/RouteFilterInterface.php
index a0e122c1054f..57aaee3732d7 100644
--- a/core/lib/Drupal/Core/Routing/RouteFilterInterface.php
+++ b/core/lib/Drupal/Core/Routing/RouteFilterInterface.php
@@ -4,7 +4,7 @@
 
 use Symfony\Component\Routing\Route;
 
-@trigger_error('\Drupal\Core\Routing\Enhancer\RouteFilterInterface is deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. Instead, you should use \Drupal\Core\Routing\FilterInterface. See https://www.drupal.org/node/2894934', E_USER_DEPRECATED);
+@trigger_error('\Drupal\Core\Routing\RouteFilterInterface is deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. Instead, you should use \Drupal\Core\Routing\FilterInterface. See https://www.drupal.org/node/2894934', E_USER_DEPRECATED);
 
 /**
  * A route filter service to filter down the collection of route instances.
-- 
GitLab