We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5a5b15 + a30f73c commit 5a156b3Copy full SHA for 5a156b3
Model/Config/Converter.php
@@ -53,5 +53,6 @@ public function convert($source): array
53
} catch (\Exception $exception) {
54
$this->logger->error($exception->getMessage(), $exception->getTrace());
55
}
56
+ return [];
57
58
0 commit comments