Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Feb 7, 2024
1 parent 5f6d1b5 commit fdcc4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Rector\Config\RectorConfig;

return RectorConfig::configure()
->withPaths([__DIR__ . '/app'])
->withPaths([__DIR__ . '/src'])
->withRules([
UseRequestRequestGetRector::class,
]);

0 comments on commit fdcc4bc

Please sign in to comment.