4) Adding Factories to other entrypoints

This commit is contained in:
Philipp Holzer
2019-02-03 22:46:50 +01:00
parent 4af0119b73
commit 1e0e1674f2
20 changed files with 100 additions and 58 deletions

View File

@@ -158,7 +158,7 @@ HELP;
$installer->resetChecks();
if (!$installer->installDatabase()) {
if (!$installer->installDatabase($a->getBasePath())) {
$errorMessage = $this->extractErrors($installer->getChecks());
throw new RuntimeException($errorMessage);
}