Skip to content

Commit 0ce3953

Browse files
committed
fis STAN
1 parent d57c47b commit 0ce3953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SearchIndexAdapter/DefaultSearch/Workspace/QueryService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ final class QueryService implements QueryServiceInterface
4242
{
4343
use LoggerAwareTrait;
4444

45-
private const string ALLOWED_PATHS_KEY = 'allowedPaths';
45+
private const ALLOWED_PATHS_KEY = 'allowedPaths';
4646

47-
private const string DECLINED_PATHS_KEY = 'declinedPaths';
47+
private const DECLINED_PATHS_KEY = 'declinedPaths';
4848

4949
public function __construct(
5050
private readonly PermissionServiceInterface $permissionService,

0 commit comments

Comments
 (0)