diff --git a/src/Configuration/RectorConfigBuilder.php b/src/Configuration/RectorConfigBuilder.php index 9863b64e17f..670ec6866fc 100644 --- a/src/Configuration/RectorConfigBuilder.php +++ b/src/Configuration/RectorConfigBuilder.php @@ -787,6 +787,7 @@ public function withComposerBased( bool $phpunit = false, bool $symfony = false, bool $netteUtils = false, + bool $laravel = false, ): self { $setMap = [ SetGroup::TWIG => $twig, @@ -794,6 +795,7 @@ public function withComposerBased( SetGroup::PHPUNIT => $phpunit, SetGroup::SYMFONY => $symfony, SetGroup::NETTE_UTILS => $netteUtils, + SetGroup::LARAVEL => $laravel, ]; foreach ($setMap as $setPath => $isEnabled) {