<?php

/**
 * @file
 * Contains installation and update hooks for Panels IPE.
 */

/**
 * Installs the jquery_ui_droppable module.
 */
function panels_ipe_update_8401() {
  \Drupal::service('module_installer')->install(['jquery_ui_droppable']);
}
