Skip to content

Commit

Permalink
Merge pull request #1647 from CicerBro/master
Browse files Browse the repository at this point in the history
Make ManticoreSearch private
  • Loading branch information
DariusIII authored Nov 14, 2024
2 parents 9beb292 + 7d96213 commit 1661e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Blacklight/Releases.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ class Releases extends Release

public const PASSWD_RAR = 1; // Definitely passworded.

public ManticoreSearch $manticoreSearch;

public int $passwordStatus;

private ManticoreSearch $manticoreSearch;

private ElasticSearchSiteSearch $elasticSearch;

/**
Expand Down

0 comments on commit 1661e29

Please sign in to comment.