mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🛠️ Integrate Nostr auth across relevant components and views 📦 Update config, routes, and service provider for Nostr auth
9 lines
208 B
PHP
9 lines
208 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\FolioServiceProvider::class,
|
|
App\Providers\NostrAuthServiceProvider::class,
|
|
App\Providers\VoltServiceProvider::class,
|
|
];
|