Skip to content

Commit

Permalink
Apply patch for search api solr
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Jun 18, 2024
1 parent 0afa606 commit d052a2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {}
"patches": {
"drupal/search_api_solr": {
"Fatal error Declaration of Drupal\\search_api_solr\\Plugin\\search_api\\backend\\SearchApiSolrBackend::__sleep()": "https://www.drupal.org/files/issues/2024-06-17/search-api-solr-fatal-error-declaration-of-sleep-3449292-12.patch"
}
}
},
"scripts": {
"pre-install-cmd": [
Expand Down

1 comment on commit d052a2e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.