Add space between foreach and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@@ -52,7 +52,7 @@ class Migrator {
|
||||
global $wpdb;
|
||||
|
||||
$output = [];
|
||||
foreach($this->models as $model) {
|
||||
foreach ($this->models as $model) {
|
||||
$modelMethod = Helpers::underscoreToCamelCase($model);
|
||||
$output = array_merge(dbDelta($this->$modelMethod()), $output);
|
||||
}
|
||||
|
Reference in New Issue
Block a user