Skip to content
Snippets Groups Projects
Unverified Commit cd800169 authored by Tom Ashe's avatar Tom Ashe Committed by Tom Ashe
Browse files

Issue #3397371 by TomTech: Fix phpcs issues

parent f879b157
No related branches found
No related tags found
1 merge request!7Issue #3397371 by TomTech: Fix phpcs issues
Pipeline #40838 failed
......@@ -5,19 +5,11 @@
* Enables Group functionality for the Commerce Licenses.
*/
//use Drupal\commerce_license\Entity\LicenseTypeInterface;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Url;
use Drupal\group\Entity\GroupInterface;
use Symfony\Component\Routing\RouterInterface;
/**
* Implements hook_ENTITY_TYPE_insert().
*/
//function gcommerce_license_commerce_license_type_insert(LicenseTypeInterface $license_type) {
// \Drupal::service('group_relation_type.manager')->clearCachedDefinitions();
//}
/**
* Implements hook_entity_operation().
*/
......
......@@ -2,7 +2,6 @@
namespace Drupal\gcommerce_license\Plugin\Group\Relation;
//use Drupal\commerce_license\Entity\LicenseType;
use Drupal\Component\Plugin\Derivative\DeriverBase;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\group\Plugin\Group\Relation\GroupRelationTypeInterface;
......
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