Commit 6b6f528f authored by Josip Rajkovic's avatar Josip Rajkovic Committed by Dieter Holvoet
Browse files

Issue #3314750 by josip.rajkovic: Call to undefined method...

Issue #3314750 by josip.rajkovic: Call to undefined method Drupal\content_kanban\Plugin\DashboardBlock\RecentKanbanActivities::t() in Drupal\content_kanban\Plugin\DashboardBlock\RecentKanbanActivities->composeMessage()
parent f11988cf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ use Drupal\user\Entity\User;
use Drupal\content_kanban\KanbanWorkflowService;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\HttpFoundation\Request;
use Drupal\Core\StringTranslation\StringTranslationTrait;

/**
 * Provides a user block for Content Planner Dashboard.
@@ -24,6 +25,8 @@ use Symfony\Component\HttpFoundation\Request;
 */
class RecentKanbanActivities extends DashboardBlockBase {

    use StringTranslationTrait;

  /**
   * An integer representing the default query limit.
   *