From 60785a49d104b6a6b2ad7368853c76cf92fd66bc Mon Sep 17 00:00:00 2001 From: Alexey Kravchenko Date: Thu, 30 Apr 2020 15:04:06 +0300 Subject: [PATCH] CC-8666 fix after review --- .../Yves/WebProfilerWidget/WebProfilerWidgetConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SprykerShop/Yves/WebProfilerWidget/WebProfilerWidgetConfig.php b/src/SprykerShop/Yves/WebProfilerWidget/WebProfilerWidgetConfig.php index f1e418f..3a1ab22 100644 --- a/src/SprykerShop/Yves/WebProfilerWidget/WebProfilerWidgetConfig.php +++ b/src/SprykerShop/Yves/WebProfilerWidget/WebProfilerWidgetConfig.php @@ -45,7 +45,7 @@ public function getWebProfilerTemplatePaths(): array */ public function getProfilerCacheDirectory(): string { - $defaultPath = APPLICATION_ROOT_DIR . '/data/cache/profiler'; + $defaultPath = APPLICATION_ROOT_DIR . '/data/cache/codeBucket/profiler'; return $this->get(WebProfilerWidgetConstants::PROFILER_CACHE_DIRECTORY, $defaultPath); }