v1/web/modules/contrib/queue_ui/queue_ui.post_update.php

14 lines
217 B
PHP

<?php
/**
* @file
* Post update functions for Queue UI.
*/
/**
* Clear cache due to addition of queue_ui.batch service.
*/
function queue_ui_post_update_add_batch_service() {
// Empty post-update function.
}