Skip to content

Commit

Permalink
Update code example in README.md (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeniJaho authored Aug 11, 2024
1 parent 3f49043 commit 1d57d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To improve different aspects of your code, use the sets in `RectorLaravel\Set\La
use Rector\Config\RectorConfig;
use RectorLaravel\Set\LaravelSetList;

return Rector\Config\RectorConfig::configure()
return RectorConfig::configure()
->withSets([
LaravelSetList::LARAVEL_CODE_QUALITY,
LaravelSetList::LARAVEL_COLLECTION,
Expand Down

0 comments on commit 1d57d99

Please sign in to comment.