plugins: whitespace sweep

This commit is contained in:
Franco Fichtner
2019-02-27 01:12:25 +01:00
parent e91d44cb2b
commit 8423dfc759
3 changed files with 3 additions and 3 deletions
@@ -34,7 +34,7 @@ class M2_7_0 extends BaseModelMigration
{
public function run($model)
{
// Servers have an 'enabled' field now
// Servers have an 'enabled' field now
foreach ($model->getNodeByReference('servers.server')->iterateItems() as $server) {
$server->enabled = '1';
}
@@ -1 +1 @@
Place server {} in this directory - they are not affected by the enable / disable flag
Place server {} in this directory - they are not affected by the enable / disable flag
@@ -1 +1 @@
Place server {} in this directory - they are not affected by the enable / disable flag
Place server {} in this directory - they are not affected by the enable / disable flag