Skip to content

Commit

Permalink
fix level set list config
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerkrauss committed Sep 14, 2023
1 parent db62877 commit 0ba6efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Set/SilverstripeLevelSetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

0 comments on commit 0ba6efd

Please sign in to comment.