Skip to content
Snippets Groups Projects
Unverified Commit 0a8ea5e4 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3001312 by Krzysztof Domański: Remove unnecessary UrlGeneratorTrait from NodePermissions.php

parent b3576bbe
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment