4) Adding Factories to other entrypoints
This commit is contained in:
@@ -158,7 +158,7 @@ HELP;
|
||||
|
||||
$installer->resetChecks();
|
||||
|
||||
if (!$installer->installDatabase()) {
|
||||
if (!$installer->installDatabase($a->getBasePath())) {
|
||||
$errorMessage = $this->extractErrors($installer->getChecks());
|
||||
throw new RuntimeException($errorMessage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user