mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-03-23 19:08:41 +00:00
- 📦 Upgrade Laravel framework, Livewire, and dependencies to ensure compatibility with version `13.1.1`.
11 lines
290 B
PHP
11 lines
290 B
PHP
<?php
|
|
|
|
use App\Providers\AppServiceProvider;
|
|
use App\Providers\NostrAuthServiceProvider;
|
|
|
|
return [
|
|
AppServiceProvider::class,
|
|
// App\Providers\FolioServiceProvider::class, // Disabled - laravel/folio package removed during Laravel 12 upgrade
|
|
NostrAuthServiceProvider::class,
|
|
];
|