diff --git a/rector.php b/rector.php
index 8041d3c1cf631d1ef72d5feadba1628e4dcdaed3..6221649fa4f6d461d4ca884c3ad3b48b6eb4beef 100644
--- a/rector.php
+++ b/rector.php
@@ -22,9 +22,9 @@ return static function (ContainerConfigurator $containerConfigurator): void {
 
     $parameters->set(Option::PATHS, [
         __DIR__ . '/app',
-        // __DIR__ . '/modules',
-        // __DIR__ . '/tests',
-        // __DIR__ . '/public',
+        __DIR__ . '/modules',
+        __DIR__ . '/tests',
+        __DIR__ . '/public',
     ]);
 
     // do you need to include constants, class aliases or custom autoloader? files listed will be executed