mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🛠️ Add services index and landing page components with dynamic links and new Polish translations
This commit is contained in:
11
app/Enums/SelfHostedServiceType.php
Normal file
11
app/Enums/SelfHostedServiceType.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
enum SelfHostedServiceType: string
|
||||
{
|
||||
case Mempool = 'mempool';
|
||||
case LNbits = 'lnbits';
|
||||
case Alby = 'alby';
|
||||
case Other = 'other';
|
||||
}
|
||||
Reference in New Issue
Block a user