Skip to content

Commit

Permalink
Merge pull request #485 from localgovdrupal/fix/4.x/domain-group-reso…
Browse files Browse the repository at this point in the history
…lver-inherited-trait-property-declaration

Fix: Inherited trait property declaration
  • Loading branch information
Adnan-cds authored Jul 23, 2024
2 parents 98c4e17 + 29df34c commit 096dfd0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/DomainGroupResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,6 @@ class DomainGroupResolver implements DomainGroupResolverInterface {
}
use GroupFromDomainContextTrait;

/**
* The entity type manager.
*
* @var \Drupal\Core\Entity\EntityTypeManagerInterface
*/
protected $entityTypeManager;

/**
* The domain negotiator service.
*
* @var \Drupal\Domain\DomainNegotiatorInterface
*/
protected $domainNegotiator;

/**
* DomainGroupHelper constructor.
*
Expand Down

0 comments on commit 096dfd0

Please sign in to comment.