Loading src/Controller/PromoLink.php +2 −2 Original line number Diff line number Diff line Loading @@ -4,10 +4,10 @@ namespace Drupal\commerce_promo_link\Controller; use Drupal\commerce_store\CurrentStoreInterface; use Drupal\Component\Utility\Html; use Drupal\Console\Command\Shared\TranslationTrait; use Drupal\Core\Controller\ControllerBase; use Drupal\Core\Messenger\MessengerInterface; use Drupal\Core\Session\AccountInterface; use Drupal\Core\StringTranslation\StringTranslationTrait; use Drupal\Core\TempStore\PrivateTempStoreFactory; use Symfony\Component\DependencyInjection\ContainerInterface; Loading @@ -16,7 +16,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; */ class PromoLink extends ControllerBase { use TranslationTrait; use StringTranslationTrait; /** * The current store. Loading Loading
src/Controller/PromoLink.php +2 −2 Original line number Diff line number Diff line Loading @@ -4,10 +4,10 @@ namespace Drupal\commerce_promo_link\Controller; use Drupal\commerce_store\CurrentStoreInterface; use Drupal\Component\Utility\Html; use Drupal\Console\Command\Shared\TranslationTrait; use Drupal\Core\Controller\ControllerBase; use Drupal\Core\Messenger\MessengerInterface; use Drupal\Core\Session\AccountInterface; use Drupal\Core\StringTranslation\StringTranslationTrait; use Drupal\Core\TempStore\PrivateTempStoreFactory; use Symfony\Component\DependencyInjection\ContainerInterface; Loading @@ -16,7 +16,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; */ class PromoLink extends ControllerBase { use TranslationTrait; use StringTranslationTrait; /** * The current store. Loading