/**
  * Subscription constructor.
  *
  * @param $module
  */
 public function __construct($module)
 {
     global $container;
     parent::__construct($module);
     /** @var EventDispatcher $eventDispatcher */
     $eventDispatcher = $container['event-dispatcher'];
     $eventDispatcher->dispatch(ContaoEvents::SYSTEM_LOAD_LANGUAGE_FILE, new LoadLanguageFileEvent('avisota_subscription'));
 }