Skip to content

Commit

Permalink
CC-8666 fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
kraal-spryker committed Apr 30, 2020
1 parent 3cfd13e commit 60785a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 60785a4

Please sign in to comment.