Skip to content

Commit

Permalink
remove base class
Browse files Browse the repository at this point in the history
  • Loading branch information
stovak committed Nov 14, 2024
1 parent 05dedcb commit e3f1eb9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Plugin/FormAlter/SolrReloadFormAlter.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

namespace Drupal\search_api_pantheon\Plugin\FormAlter;

use Drupal\pluginformalter\Plugin\FormAlter\FormAlterBase;
use \Drupal\Core\StringTranslation\StringTranslationTrait;
use \Drupal\Core\DependencyInjection\DependencySerializationTrait;

/**
* Class SolrReloadFormAlter.
Expand All @@ -17,8 +17,9 @@
*
* @package Drupal\search_api_pantheon\Plugin\FormAlter
*/
class SolrReloadFormAlter extends FormAlterBase {

class SolrReloadFormAlter {
use StringTranslationTrait;
use DependencySerializationTrait;
/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit e3f1eb9

Please sign in to comment.