1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00

Tweak status output and install output

This commit is contained in:
Matt Stauffer
2023-01-11 10:33:25 -05:00
parent 4c2c4a1238
commit 9a04590abf
3 changed files with 11 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ public function check(): array
$isValid = false;
}
return ['description' => $check['description'], 'success' => $thisIsValid ? 'True' : 'False'];
return ['description' => $check['description'], 'success' => $thisIsValid ? 'Yes' : 'No'];
});
return [