mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +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 = '';
|
public $website = '';
|
||||||
|
|
||||||
#[Validate('bool')]
|
#[Validate('bool')]
|
||||||
public $accepted = '';
|
public $accepted = false;
|
||||||
|
|
||||||
#[Validate('nullable|numeric')]
|
#[Validate('nullable|numeric')]
|
||||||
public $sats_paid = '';
|
public $sats_paid = 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user