File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public function handle(): int
2929 $ appFolder = config ('modules.paths.app_folder ' , 'app/ ' );
3030 $ appFolder = rtrim ($ appFolder , '/ ' ).'/ ' ;
3131 $ phpunitXmlPath = base_path ('phpunit.xml ' );
32- $ modulesStatusPath = base_path ('modules_statuses.json ' );
32+ $ modulesStatusPath = config ( ' modules.activators.file.statuses-file ' , base_path ('modules_statuses.json ' ) );
3333
3434 if (! file_exists ($ phpunitXmlPath )) {
3535 $ this ->error ("phpunit.xml file not found: {$ phpunitXmlPath }" );
@@ -51,7 +51,7 @@ public function handle(): int
5151 return 98 ;
5252 }
5353
54- $ modulesPath = base_path ('Modules/ ' );
54+ $ modulesPath = rtrim ( config ( ' modules.paths.modules ' , base_path ('Modules ' )), ' / ' ). ' / ' ;
5555 $ moduleDirs = [];
5656
5757 foreach ($ enabledModules as $ module => $ status ) {
You can’t perform that action at this time.
0 commit comments