Fixes for installer/modules race condition (#883)

This commit is contained in:
Nabeel S
2020-10-21 13:28:54 -04:00
committed by GitHub
parent 716ba38b6d
commit cd18442207
9 changed files with 135 additions and 31 deletions

View File

@@ -47,6 +47,7 @@ class DatabaseService extends Service
} catch (\PDOException $e) {
throw $e;
}
return true;
}