diff --git a/Classes/Domain/Repository/ScopeRepository.php b/Classes/Domain/Repository/ScopeRepository.php index 45e7cc8..ae76e95 100644 --- a/Classes/Domain/Repository/ScopeRepository.php +++ b/Classes/Domain/Repository/ScopeRepository.php @@ -37,10 +37,8 @@ class ScopeRepository extends Repository implements ScopeRepositoryInterface, Lo public function __construct( protected readonly Configuration $configuration, - EventDispatcherInterface $eventDispatcher, - ) { - $this->eventDispatcher = $eventDispatcher; - } + protected EventDispatcherInterface $eventDispatcher, + ) {} public function getScopeEntityByIdentifier($identifier) {