diff --git a/token.tokens.inc b/token.tokens.inc
index 1ac3f65..10e091b 100755
--- a/token.tokens.inc
+++ b/token.tokens.inc
@@ -1717,7 +1717,7 @@ function field_tokens($type, $tokens, array $data, array $options, BubbleableMet
         continue;
       }
 
-      if (isset($field_item->$property_name) && ($field_item->$property_name instanceof FieldableEntityInterface)) {
+      if (isset($field_item->$property_name) && ($field_item->$property_name instanceof EntityInterface)) {
         // Entity reference field.
         $entity = $field_item->$property_name;
         // Obtain the referenced entity with the correct language.
