Skip to content

Commit

Permalink
TASK: Change config path back to set
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Sep 30, 2023
1 parent 50b6296 commit cfe0e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NeosRectorSets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

0 comments on commit cfe0e07

Please sign in to comment.