mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-21 14:30:16 +00:00
add members table
This commit is contained in:
12
app/Livewire/Forms/ApplicationForm.php
Normal file
12
app/Livewire/Forms/ApplicationForm.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Livewire\Forms;
|
||||
|
||||
use Livewire\Attributes\Validate;
|
||||
use Livewire\Form;
|
||||
|
||||
class ApplicationForm extends Form
|
||||
{
|
||||
#[Validate('required|min:5')]
|
||||
public $reason = '';
|
||||
}
|
||||
Reference in New Issue
Block a user