mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🎨 feat(project-support): add accepted checkbox and sats paid fields to project proposal form
This commit is contained in:
@@ -17,5 +17,11 @@ class ProjectProposalForm extends Form
|
||||
public $description = '';
|
||||
|
||||
#[Validate('required|url')]
|
||||
public $website= '';
|
||||
public $website = '';
|
||||
|
||||
#[Validate('bool')]
|
||||
public $accepted = '';
|
||||
|
||||
#[Validate('nullable|numeric')]
|
||||
public $sats_paid = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user