Added missing doc block
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user