Skip to content

Commit

Permalink
chore: fix path in add generic return type to relations rector
Browse files Browse the repository at this point in the history
  • Loading branch information
stickeepaul committed Feb 4, 2025
1 parent d563401 commit 4f6bd0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/add-generic-return-type-to-relations.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

/** https://gist.github.com/canvural/7385ec70d2719e9961886430fbb4798c */
return RectorConfig::configure()
->withPaths([__DIR__ . '/app'])
->withRules([
\RectorLaravel\Rector\ClassMethod\AddGenericReturnTypeToRelationsRector::class,
]);

0 comments on commit 4f6bd0f

Please sign in to comment.