<?php

/**
 * @file
 * Install file for the domaincontext module.
 */

/**
 * Implements hook_enable().
 */
function domaincontext_enable() {
  context_invalidate_cache();
}
