Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Apr 26, 2024
1 parent 9235c89 commit 99b71da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class FindUserInformationQuery
{
private readonly \OpenConext\UserLifecycle\OpenConext\UserLifecycle\Domain\ValueObject\CollabPersonId $collabPersonId;
private readonly CollabPersonId $collabPersonId;

public function __construct(
$collabPersonId,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function load(

$toggleDefinition->setArgument(0, $apiEnabled);
$container->setDefinition(
\OpenConext\UserLifecycle\OpenConext\UserLifecycle\Infrastructure\UserLifecycleBundle\Api\DeprovisionApiFeatureToggle::class,
DeprovisionApiFeatureToggle::class,
$toggleDefinition,
);
}
Expand Down

0 comments on commit 99b71da

Please sign in to comment.