Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
ISAICP-6530: Fix function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea committed Jun 4, 2021
1 parent 37397fc commit 30bf0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/modules/custom/joinup_core/joinup_core.deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function joinup_core_deploy_0107200(array &$sandbox): string {
/**
* Clean orphan Solr document entries.
*/
function joinup_deploy_0107201(array &$sandbox = NULL): void {
function joinup_core_deploy_0107201(array &$sandbox = NULL): void {
$http_client = \Drupal::httpClient();
foreach (['published', 'unpublished'] as $index_id) {
$endpoint = \Drupal::config("search_api.server.solr_{$index_id}")
Expand Down

0 comments on commit 30bf0c5

Please sign in to comment.