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 0ba6efd commit d07a118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Set/SilverstripeSetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class SilverstripeSetList implements \Rector\Set\Contract\SetListInterface
public const SS_4_10 = __DIR__ . '/../../config/silverstripe-4-10.php';
public const SS_4_11 = __DIR__ . '/../../config/silverstripe-4-11.php';
public const SS_4_12 = __DIR__ . '/../../config/silverstripe-4-12.php';
public const SS_4_13 = __DIR__ . '/../../config/silverstripe-14-13.php';
public const SS_4_13 = __DIR__ . '/../../config/silverstripe-4-13.php';
public const SS_5_0 = __DIR__ . '/../../config/silverstripe-5_0.php';
public const SS_5_1 = __DIR__ . '/../../config/silverstripe-5_1.php';
}

0 comments on commit d07a118

Please sign in to comment.