diff --git a/src/Commands/UpdatePhpunitCoverage.php b/src/Commands/UpdatePhpunitCoverage.php index 79d0cbf2..858e7124 100644 --- a/src/Commands/UpdatePhpunitCoverage.php +++ b/src/Commands/UpdatePhpunitCoverage.php @@ -28,7 +28,7 @@ class UpdatePhpunitCoverage extends Command */ public function handle(): int { - $appFolder = config('modules.app_folder', 'app/'); + $appFolder = config('modules.paths.app_folder', 'app/'); $appFolder = rtrim($appFolder, '/') . '/'; $phpunitXmlPath = base_path('phpunit.xml'); $modulesStatusPath = base_path('modules_statuses.json');