Skip to content

Commit 3261de7

Browse files
committed
reformat code for clarity
1 parent fedc396 commit 3261de7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

app/Jobs/CheckSiteHealth.php

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ public function handle(): void
4141
}
4242

4343
// Write updated data to DB
44-
$this->site->update($healthData->only([
45-
'php_version',
46-
'db_type',
47-
'db_version',
48-
'cms_version',
49-
'server_os'
50-
])->toArray());
44+
$this->site->update(
45+
$healthData->only([
46+
'php_version',
47+
'db_type',
48+
'db_version',
49+
'cms_version',
50+
'server_os'
51+
])->toArray()
52+
);
5153
}
5254
}

0 commit comments

Comments
 (0)