From 0ba6efd693d4422f387614ea230a6c0d11f698d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Werner=20Krau=C3=9F?= Date: Thu, 14 Sep 2023 10:22:30 +0200 Subject: [PATCH] fix level set list config --- src/Set/SilverstripeLevelSetList.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Set/SilverstripeLevelSetList.php b/src/Set/SilverstripeLevelSetList.php index e16ba05..aa66af6 100644 --- a/src/Set/SilverstripeLevelSetList.php +++ b/src/Set/SilverstripeLevelSetList.php @@ -19,6 +19,6 @@ final class SilverstripeLevelSetList implements \Rector\Set\Contract\SetListInte public const UP_TO_SS_4_11 = __DIR__ . '/../../config/level/up-to-silverstripe-4-11.php'; public const UP_TO_SS_4_12 = __DIR__ . '/../../config/level/up-to-silverstripe-4-12.php'; public const UP_TO_SS_4_13 = __DIR__ . '/../../config/level/up-to-silverstripe-4-13.php'; - public const UP_TO_SS_5_0 = __DIR__ . '/../../config/level/up-to-silverstripe-5_0.php'; - public const UP_TO_SS_5_1 = __DIR__ . '/../../config/level/up-to-silverstripe-5_1.php'; + public const UP_TO_SS_5_0 = __DIR__ . '/../../config/level/up-to-silverstripe-5-0.php'; + public const UP_TO_SS_5_1 = __DIR__ . '/../../config/level/up-to-silverstripe-5-1.php'; } \ No newline at end of file