diff --git a/core/lib/Drupal/Core/Access/CustomAccessCheck.php b/core/lib/Drupal/Core/Access/CustomAccessCheck.php index fcd26b26e9..f659f193e0 100644 --- a/core/lib/Drupal/Core/Access/CustomAccessCheck.php +++ b/core/lib/Drupal/Core/Access/CustomAccessCheck.php @@ -3,8 +3,8 @@ namespace Drupal\Core\Access; use Drupal\Core\Controller\ControllerResolverInterface; -use Drupal\Component\Routing\Access\AccessInterface as RoutingAccessInterface; -use Drupal\Core\Routing\RouteMatchInterface; +use Drupal\Core\Routing\Access\AccessInterface as RoutingAccessInterface; +use Drupal\Component\Routing\RouteMatchInterface; use Drupal\Core\Session\AccountInterface; use Symfony\Component\Routing\Route;