فهرست منبع

Fixing Token still

logicp 7 سال پیش
والد
کامیت
c11be088e3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Entity/Heartbeat.php

+ 1 - 1
src/Entity/Heartbeat.php

@@ -447,7 +447,7 @@ class Heartbeat extends RevisionableContentEntityBase implements HeartbeatInterf
     return '<'. $type . ' src="' . str_replace('public://', '/sites/default/files/', $filePath) . '" / >';
   }
 
-  protected static function handleMultipleEntities(\Drupal\token\token $tokenService, $message, $entities) {
+  protected static function handleMultipleEntities(Token $tokenService, $message, $entities) {
     $tokens = $tokenService->scan($message);
 
     foreach($tokens as $key => $token) {