server: track reinstall failures differently from initial install failures (#4531)

This commit is contained in:
Lance Pioch 2022-11-21 15:53:54 -05:00 committed by GitHub
parent 039ad4abf0
commit a4f6870518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

View file

@ -15,6 +15,7 @@ class InstallationDataRequest extends FormRequest
{
return [
'successful' => 'present|boolean',
'reinstall' => 'sometimes|boolean',
];
}
}