diff core/modules/node/src/NodePermissions.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/core/modules/node/src/NodePermissions.php	Thu Feb 28 13:21:36 2019 +0000
+++ b/core/modules/node/src/NodePermissions.php	Thu May 09 15:33:08 2019 +0100
@@ -2,7 +2,6 @@
 
 namespace Drupal\node;
 
-use Drupal\Core\Routing\UrlGeneratorTrait;
 use Drupal\Core\StringTranslation\StringTranslationTrait;
 use Drupal\node\Entity\NodeType;
 
@@ -12,7 +11,6 @@
 class NodePermissions {
 
   use StringTranslationTrait;
-  use UrlGeneratorTrait;
 
   /**
    * Returns an array of node type permissions.