diff --git a/core/modules/tracker/lib/Drupal/tracker/Plugin/Menu/UserTrackerTab.php b/core/modules/tracker/lib/Drupal/tracker/Plugin/Menu/UserTrackerTab.php index 00e74e7..a8e67da 100644 --- a/core/modules/tracker/lib/Drupal/tracker/Plugin/Menu/UserTrackerTab.php +++ b/core/modules/tracker/lib/Drupal/tracker/Plugin/Menu/UserTrackerTab.php @@ -8,6 +8,8 @@ namespace Drupal\tracker\Plugin\Menu; use Drupal\Core\Menu\LocalTaskDefault; +use Drupal\Core\Routing\RouteProviderInterface; +use Drupal\Core\StringTranslation\TranslationInterface; use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\HttpFoundation\Request;