Skip to content

Commit 1d57d99

Browse files
authored
Update code example in README.md (#241)
1 parent 3f49043 commit 1d57d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To improve different aspects of your code, use the sets in `RectorLaravel\Set\La
4949
use Rector\Config\RectorConfig;
5050
use RectorLaravel\Set\LaravelSetList;
5151

52-
return Rector\Config\RectorConfig::configure()
52+
return RectorConfig::configure()
5353
->withSets([
5454
LaravelSetList::LARAVEL_CODE_QUALITY,
5555
LaravelSetList::LARAVEL_COLLECTION,

0 commit comments

Comments
 (0)