Skip to content

Commit

Permalink
Update WorkflowRepository.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackbitDevs authored Feb 28, 2023
1 parent dd74727 commit 1f03070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WorkflowGui/Repository/WorkflowRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected function loadConfig(): array
{
return Yaml::parse(
file_get_contents($this->configFileResolver->getConfigPath())
);
) ?? [];
}

protected function storeConfig(array $config): void
Expand Down

0 comments on commit 1f03070

Please sign in to comment.