diff --git a/layout_builder_st.post_update.php b/layout_builder_st.post_update.php new file mode 100644 index 0000000000000000000000000000000000000000..1dba76be1c94136e5ba92b55b81c819f93844a8e --- /dev/null +++ b/layout_builder_st.post_update.php @@ -0,0 +1,15 @@ +<?php + +/** + * @file + * Contains post-update hooks for layout_builder_st. + */ + +declare(strict_types=1); + +/** + * Rebuilds the container for updating layout_builder_st to v2.0.0. + */ +function layout_builder_st_post_update_rebuild_container_for_v2(): void { + // Empty post-update hook to force a container rebuild. +}