mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-03-12 06:33:17 +00:00
8 lines
162 B
PHP
8 lines
162 B
PHP
<?php
|
|
|
|
return [
|
|
App\Providers\AppServiceProvider::class,
|
|
App\Providers\FolioServiceProvider::class,
|
|
App\Providers\NostrAuthServiceProvider::class,
|
|
];
|