Skip to content

Commit

Permalink
Added TokenService and URLAliasService to list of exposed services
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Oct 26, 2023
1 parent 0939170 commit c63d4ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contracts/IbexaTestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ class IbexaTestKernel extends Kernel implements IbexaTestKernelInterface
Repository\SectionService::class,
Repository\UserPreferenceService::class,
Repository\UserService::class,
Repository\TokenService::class,
Repository\URLAliasService::class,
];

/**
Expand Down

0 comments on commit c63d4ff

Please sign in to comment.