mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
src: style sweep
This commit is contained in:
parent
cbd4f266df
commit
e869d1aa4e
@ -49,7 +49,7 @@ class MHA1_0_0 extends BaseModelMigration
|
||||
$src = Config::getInstance()->object()->hasync;
|
||||
$syncitems = [];
|
||||
foreach (array_keys($services) as $service) {
|
||||
if (!empty((string)$src->{'synchronize'.$service})) {
|
||||
if (!empty((string)$src->{'synchronize' . $service})) {
|
||||
$syncitems[] = $service;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user