Skip to content
Snippets Groups Projects
Commit bbb96065 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

chore: uncomment modules, tests and public paths for rector

parent b9f6893a
No related branches found
No related tags found
No related merge requests found
Pipeline #1513 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment