Skip to content

Commit 1f03070

Browse files
authored
Update WorkflowRepository.php
1 parent dd74727 commit 1f03070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkflowGui/Repository/WorkflowRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ protected function loadConfig(): array
7272
{
7373
return Yaml::parse(
7474
file_get_contents($this->configFileResolver->getConfigPath())
75-
);
75+
) ?? [];
7676
}
7777

7878
protected function storeConfig(array $config): void

0 commit comments

Comments
 (0)