Skip to content

Commit

Permalink
Fix undefined method t()
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli committed Oct 4, 2023
1 parent 354c16f commit 1abcd03
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
use Drupal\apigee_edge\SDKConnectorInterface;
use Drupal\Core\Messenger\MessengerInterface;
use Drupal\Core\Session\AccountInterface;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\Event\RequestEvent;
use Symfony\Component\HttpKernel\KernelEvents;
Expand All @@ -32,6 +33,8 @@
*/
final class ValidateApigeeXTeamEnabledSubscriber implements EventSubscriberInterface {

use StringTranslationTrait;

/**
* The current user.
*
Expand Down

0 comments on commit 1abcd03

Please sign in to comment.