datex-8.x-1.8/src/TranslationHack/DatexProfileTranslationHandler.php
src/TranslationHack/DatexProfileTranslationHandler.php
<?php
namespace Drupal\datex\TranslationHack;
use Drupal\user\ProfileTranslationHandler;
class DatexProfileTranslationHandler extends ProfileTranslationHandler {
use DatexTranslationHack;
}
