mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-12 03:06:43 +02:00
chore: uncomment modules, tests and public paths for rector
This commit is contained in:
parent
9859c7434c
commit
8646b4d88e
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue