Commit 67d99a4d authored by Olivier Gilbert's avatar Olivier Gilbert
Browse files

Issue #3268531 by hatsch: Class not found Error on Template edit, patch in comment 14438217

parent 5ff0506c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ use Drupal\group\Access\GroupPermissionHandlerInterface;
use Drupal\group\Entity\GroupTypeInterface;
use Drupal\group\Form\GroupPermissionsTypeSpecificForm;
use Drupal\group_permissions_template\Entity\GroupPermissionTemplateInterface;
use Drupal\group_permissions_template\entity\GroupRoleDecorator;
use Drupal\group_permissions_template\Entity\GroupRoleDecorator;
use Drupal\group_permissions_template\Service\PermissionTemplatesInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;