mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-29 08:53:18 +00:00
voting system with nostr added
This commit is contained in:
11
app/Enums/Label.php
Normal file
11
app/Enums/Label.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
use ArchTech\Enums\Meta\MetaProperty;
|
||||
use Attribute;
|
||||
|
||||
#[Attribute]
|
||||
class Label extends MetaProperty
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user