We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57c47b commit 0ce3953Copy full SHA for 0ce3953
src/SearchIndexAdapter/DefaultSearch/Workspace/QueryService.php
@@ -42,9 +42,9 @@ final class QueryService implements QueryServiceInterface
42
{
43
use LoggerAwareTrait;
44
45
- private const string ALLOWED_PATHS_KEY = 'allowedPaths';
+ private const ALLOWED_PATHS_KEY = 'allowedPaths';
46
47
- private const string DECLINED_PATHS_KEY = 'declinedPaths';
+ private const DECLINED_PATHS_KEY = 'declinedPaths';
48
49
public function __construct(
50
private readonly PermissionServiceInterface $permissionService,
0 commit comments