@@ -73,7 +73,7 @@ |
||
73 | 73 | } |
74 | 74 | |
75 | 75 | return Collection::make($this->getInstalledWebtreesModules()) |
76 | - ->map(function (string $packageName): ModuleCustomInterface|null { |
|
76 | + ->map(function (string $packageName): ModuleCustomInterface | null { |
|
77 | 77 | $module = $this->loadVendorModule($packageName); |
78 | 78 | |
79 | 79 | if (!($module instanceof ModuleCustomInterface)) { |