mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +00:00
12 lines
133 B
PHP
12 lines
133 B
PHP
<?php
|
|
|
|
namespace App\Enums;
|
|
|
|
use ArchTech\Enums\Meta\MetaProperty;
|
|
use Attribute;
|
|
|
|
#[Attribute]
|
|
class Label extends MetaProperty
|
|
{
|
|
}
|