mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🎉 feat(project-support): update project support links and implement voting functionality with reasons for rejection.
This commit is contained in:
12
app/Livewire/Forms/VoteForm.php
Normal file
12
app/Livewire/Forms/VoteForm.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Livewire\Forms;
|
||||
|
||||
use Livewire\Attributes\Validate;
|
||||
use Livewire\Form;
|
||||
|
||||
class VoteForm extends Form
|
||||
{
|
||||
#[Validate('required|min:5')]
|
||||
public $reason = '';
|
||||
}
|
||||
Reference in New Issue
Block a user