From cfe0e074cd322425269a6c1152785eaedfb93ef1 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Sat, 30 Sep 2023 09:51:12 +0200 Subject: [PATCH] TASK: Change config path back to set --- src/NeosRectorSets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NeosRectorSets.php b/src/NeosRectorSets.php index 8499a9d..8db4038 100644 --- a/src/NeosRectorSets.php +++ b/src/NeosRectorSets.php @@ -7,7 +7,7 @@ class NeosRectorSets implements SetListInterface { - public const CONTENTREPOSITORY_9_0 = __DIR__ . '/../config/sets/contentrepository-90.php'; + public const CONTENTREPOSITORY_9_0 = __DIR__ . '/../config/set/contentrepository-90.php'; - public const ANNOTATIONS_TO_ATTRIBUTES = __DIR__ . '/../config/sets/flow-annotations-to-attributes.php'; + public const ANNOTATIONS_TO_ATTRIBUTES = __DIR__ . '/../config/set/flow-annotations-to-attributes.php'; }