Commit 9992abc3 authored by Tim Rohaly's avatar Tim Rohaly Committed by Tim Rohaly
Browse files

Issue #3279371 by TR, xmacinfo: Upgrading to 2.1.x required a cache rebuild

parent 3dd163ea
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -64,3 +64,10 @@ function honeypot_tour_update_joyride(Tour $tour): bool {

  return $needs_save;
}

/**
 * Rebuild the service container after adding new 'honeypot' service.
 */
function honeypot_post_update_rebuild_service_container(): void {
  // An empty update will flush all caches.
}