file_encrypt-8.x-1.x-dev/file_encrypt.post_update.php
file_encrypt.post_update.php
<?php
/**
* @file
* Post update functions for File encrypt module.
*/
/**
* Clear cache due to new file_encrypt.route_subscriber service.
*/
function file_encrypt_post_update_route_subscriber_service() {
// Empty post-update function.
}
