Verified Commit 1cb1753f authored by godotislate's avatar godotislate
Browse files

task: #3603213 Prewarm caches on the last step of the installer

By: catch
By: nicxvan
parent 7a869978
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -171,6 +171,7 @@ function install_drupal($class_loader, $settings = [], ?callable $callback = NUL
        $finish_url = $install_state['profile_info']['distribution']['install']['finish_url'];
      }
      install_goto($finish_url);
      \Drupal::service('cache_prewarmer')->preWarmAllCaches();
    }
  }
}