Donation checkout via Ladill Pay (9% fee), church/giving QR pages, SSO, and platform scan forwarding. Co-authored-by: Cursor <cursoragent@cursor.com>
8 lines
89 B
PHP
8 lines
89 B
PHP
<?php
|
|
|
|
use App\Providers\AppServiceProvider;
|
|
|
|
return [
|
|
AppServiceProvider::class,
|
|
];
|