mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🎨 refactor(forms): change accepted to boolean and sats_paid to numeric default values in ProjectProposalForm
This commit is contained in:
@@ -20,8 +20,8 @@ class ProjectProposalForm extends Form
|
||||
public $website = '';
|
||||
|
||||
#[Validate('bool')]
|
||||
public $accepted = '';
|
||||
public $accepted = false;
|
||||
|
||||
#[Validate('nullable|numeric')]
|
||||
public $sats_paid = '';
|
||||
public $sats_paid = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user