Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Mar 5, 2024
1 parent 2df0dc8 commit 261eca8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@
if (!method_exists(ECSConfig::class, 'configure')) {
return static function (ECSConfig $ecsConfig) use ($configSet, $paths): void {
$ecsConfig->paths($paths);
$ecsConfig->cacheDirectory('.ecs.cache');

$configSet->configure($ecsConfig);
};
}

return $configSet
->configureBuilder()
->withCache('.ecs.cache')
->withPaths($paths);

0 comments on commit 261eca8

Please sign in to comment.