mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-25 04:13:17 +00:00
10 lines
132 B
PHP
10 lines
132 B
PHP
<?php
|
|
|
|
namespace App\Enums;
|
|
|
|
use ArchTech\Enums\Meta\MetaProperty;
|
|
use Attribute;
|
|
|
|
#[Attribute]
|
|
class Color extends MetaProperty {}
|