mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-26 05:23:19 +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,
|
|
];
|