diff --git a/src/ParService.php b/src/ParService.php
index b439e9b..761deb9 100755
--- a/src/ParService.php
+++ b/src/ParService.php
@@ -5,6 +5,7 @@ namespace Drupal\par;
 use Drupal\Core\Session\AccountInterface;
 use Drupal\Core\Entity\EntityTypeManagerInterface;
 use Drupal\Core\Database\Connection;
+use Drupal\Core\StringTranslation\StringTranslationTrait;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
@@ -12,6 +13,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
  */
 class ParService {
 
+  use StringTranslationTrait;
+
   /**
    * Constants for access statuses marking.
    */
