Skip to content

Commit

Permalink
Fxi strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
r3h6 committed Sep 22, 2024
1 parent 820aa66 commit 4bc712c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Classes/Domain/Repository/ScopeRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ class ScopeRepository extends Repository implements ScopeRepositoryInterface, Lo

public function __construct(
protected readonly Configuration $configuration,
protected readonly EventDispatcherInterface $eventDispatcher,
) {}
EventDispatcherInterface $eventDispatcher,
) {
$this->eventDispatcher = $eventDispatcher;
}

public function getScopeEntityByIdentifier($identifier)
{
Expand Down

0 comments on commit 4bc712c

Please sign in to comment.