Skip to content

Commit e6c6a54

Browse files
committed
Add some missing config
1 parent ec95452 commit e6c6a54

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"util/types/BaseUser.php",
3333
"util/types/Note.php",
3434
"util/types/User.php",
35+
"module-1/config.php",
3536
"module-5/config.php"
3637
]
3738
}

vendor/composer/autoload_files.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@
2626
'c9d0da9063cf9b65b10be44e5b3fa4ee' => $baseDir . '/util/types/BaseUser.php',
2727
'ded838d75be99c071d8c8dfd3dcd7eb2' => $baseDir . '/util/types/Note.php',
2828
'7f5599034100245602738f9de5ab5067' => $baseDir . '/util/types/User.php',
29+
'dc6c3cf673eed2c7b353da92815b63bb' => $baseDir . '/module-1/config.php',
2930
'e49443041f37f76bde59e5a1d4a365e5' => $baseDir . '/module-5/config.php',
3031
);

vendor/composer/autoload_static.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class ComposerStaticInite8d69a9c610684d4ceded15f33142591
2727
'c9d0da9063cf9b65b10be44e5b3fa4ee' => __DIR__ . '/../..' . '/util/types/BaseUser.php',
2828
'ded838d75be99c071d8c8dfd3dcd7eb2' => __DIR__ . '/../..' . '/util/types/Note.php',
2929
'7f5599034100245602738f9de5ab5067' => __DIR__ . '/../..' . '/util/types/User.php',
30+
'dc6c3cf673eed2c7b353da92815b63bb' => __DIR__ . '/../..' . '/module-1/config.php',
3031
'e49443041f37f76bde59e5a1d4a365e5' => __DIR__ . '/../..' . '/module-5/config.php',
3132
);
3233

0 commit comments

Comments
 (0)