Skip to content

Commit

Permalink
cbf
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Nov 18, 2024
1 parent 8fb66aa commit 4b85aa8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions search_api_pantheon.module
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* @file
*/

use Drupal\Core\Messenger\MessengerInterface;
use Drupal\search_api_pantheon\ReloadInterface;

function search_api_pantheon_form_alter(&$form, &$form_state, $form_id) {
if ($form_id == 'solr_reload_core_form') {
$form['#submit'][] = 'search_api_pantheon_form_submit';
Expand Down

0 comments on commit 4b85aa8

Please sign in to comment.