Skip to content
Snippets Groups Projects
Verified Commit e21729be authored by Dominik Frantisek Bucik's avatar Dominik Frantisek Bucik
Browse files

chore: fix ecs.php for missing dir

parent 726af3d7
No related branches found
No related tags found
1 merge request!13Semantic release preparations
......@@ -18,9 +18,6 @@ return static function (ContainerConfigurator $containerConfigurator): void {
$parameters = $containerConfigurator->parameters();
$parameters->set(Option::PATHS, [
__DIR__ . '/ecs.php',
__DIR__ . '/config-templates',
__DIR__ . '/dictionaries',
__DIR__ . '/lib',
__DIR__ . '/themes',
__DIR__ . '/www',
__DIR__ . '/composer.json',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment