datex-8.x-1.8/src/TranslationHack/DatexCommentTranslationHandler.php
src/TranslationHack/DatexCommentTranslationHandler.php
<?php
namespace Drupal\datex\TranslationHack;
use Drupal\comment\CommentTranslationHandler;
class DatexCommentTranslationHandler extends CommentTranslationHandler {
use DatexTranslationHack;
}
