You are here

function system_post_update_classy_message_library in Drupal 8

Clear caches to ensure Classy's message library is always added.

File

core/modules/system/system.post_update.php, line 74
Post update functions for System.

Code

function system_post_update_classy_message_library() {

  // Empty post-update hook.
}