Skip to content

Commit 1661e29

Browse files
authored
Merge pull request #1647 from CicerBro/master
Make ManticoreSearch private
2 parents 9beb292 + 7d96213 commit 1661e29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Blacklight/Releases.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ class Releases extends Release
2424

2525
public const PASSWD_RAR = 1; // Definitely passworded.
2626

27-
public ManticoreSearch $manticoreSearch;
28-
2927
public int $passwordStatus;
3028

29+
private ManticoreSearch $manticoreSearch;
30+
3131
private ElasticSearchSiteSearch $elasticSearch;
3232

3333
/**

0 commit comments

Comments
 (0)