mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
remove: unused Livewire component NotificationForm (0 references in codebase)
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace App\Livewire\Forms;
|
|
||||||
|
|
||||||
use Livewire\Attributes\Validate;
|
|
||||||
use Livewire\Form;
|
|
||||||
|
|
||||||
class NotificationForm extends Form
|
|
||||||
{
|
|
||||||
#[Validate('required|string')]
|
|
||||||
public $name = '';
|
|
||||||
|
|
||||||
#[Validate('required|numeric')]
|
|
||||||
public $category = '';
|
|
||||||
|
|
||||||
#[Validate('nullable|string|min:5')]
|
|
||||||
public $description = '';
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user