fedi-feed-router/bootstrap/providers.php
myrmidex d2919758f5
All checks were successful
CI / ci (push) Successful in 5m52s
CI / ci (pull_request) Successful in 5m46s
Build and Push Docker Image / build (push) Successful in 4m6s
Fix Pint 1.29.0 lint issues and update CI workflow
2026-03-18 20:01:25 +01:00

9 lines
166 B
PHP

<?php
use App\Providers\AppServiceProvider;
use App\Providers\HorizonServiceProvider;
return [
AppServiceProvider::class,
HorizonServiceProvider::class,
];