You are here

function datetime_range_post_update_translatable_separator in Drupal 8

Clear caches to ensure schema changes are read.

File

core/modules/datetime_range/datetime_range.post_update.php, line 13
Post-update functions for Datetime Range module.

Code

function datetime_range_post_update_translatable_separator() {

  // Empty post-update hook to cause a cache rebuild.
}