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:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user