Added missing doc block

This commit is contained in:
Basilius Sauter
2019-03-22 16:15:02 +01:00
parent 2ff8d647e8
commit e260a1d661
+4
View File
@@ -164,6 +164,10 @@ class Configuration
return $this->databasePassword;
}
/**
* True if doctrine should not auto update.
* @return bool
*/
public function getDatabaseAutoSchemaUpdate(): bool
{
return $this->databaseAutoSchemaUpdate;