mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-30 10:03:17 +00:00
🚀 feat(news): add news management with upload functionality and category selection in the association module
This commit is contained in:
11
app/Enums/Icon.php
Normal file
11
app/Enums/Icon.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
use ArchTech\Enums\Meta\MetaProperty;
|
||||
use Attribute;
|
||||
|
||||
#[Attribute]
|
||||
class Icon extends MetaProperty
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user