diff --git a/src/StarterKits/InstallableModule.php b/src/StarterKits/InstallableModule.php index 79c8fa367e..5c98b319b3 100644 --- a/src/StarterKits/InstallableModule.php +++ b/src/StarterKits/InstallableModule.php @@ -113,7 +113,7 @@ protected function installDependencies(): self /** * Get installable files. */ - protected function installableFiles(): Collection + public function installableFiles(): Collection { $installableFromExportPaths = $this ->exportPaths()