Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Routing / RouteFilterInterface.php
index a0e122c1054faa772f5f58479ae7895701f2f25c..57aaee3732d789daee3972f85e4b0a6c93ca5cfa 100644 (file)
@@ -4,7 +4,7 @@ namespace Drupal\Core\Routing;
 
 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.